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…
Co je PhishGuard?
PhishGuard je rozšíření Chrome vyvinuté Bill Demirkapi, a jeho hlavní funkcí je „PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PhishGuard
Stáhněte si soubory rozšíření PhishGuard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | PhishGuard |
ID | ngafnigajpgginnijhfcbeikpakecppl |
Oficiální URL | https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl |
Popis | PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks… |
Velikost souboru | 54.87 KB |
Počet instalací | 35 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2017-11-05 |
Datum Vydání | 2017-11-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Bill Demirkapi |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |