PhishGuard
PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
Vad är PhishGuard?
PhishGuard är en Chrome-tillägg utvecklad av Bill Demirkapi, och dess huvudfunktion är "PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…".
Tilläggsskärmbilder
Ladda ner PhishGuard-förlängningens CRX-fil
Ladda ner PhishGuard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks by telling you where links really lead. The way it works if it detects a clickable link and the location it leads to is somewhere different from what is advertised, it will highlight it red, bold it, and when you hover over the link, it will tell you where it really leads! Currently, the extension supports both gmail and outlook/hotmail. GitHub Repo: https://github.com/D4stiny/PhishGuard Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY Gmail logo by cosmcala from www.devianart.com Outlook logo by Microsoft
Grundläggande Information om Tillägg
Namn | PhishGuard |
ID | ngafnigajpgginnijhfcbeikpakecppl |
Officiell webbadress | https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl |
Beskrivning | PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks… |
Filstorlek | 54.87 KB |
Antal Installationer | 35 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2017-11-05 |
Publiceringsdatum | 2017-11-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Bill Demirkapi |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PhishGuard", "version": "0.1", "browser_action": [], "icons": { "16": "fishing-icon-16.png", "128": "fishing-icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/u\/*\/", "https:\/\/outlook.live.com\/owa\/*" ], "js": [ "jquery.min.js", "jquery.qtip.js", "content.js" ] } ] } |