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…
Qu'est-ce que PhishGuard ?
PhishGuard est une extension Chrome développée par Bill Demirkapi, et sa fonction principale est "PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PhishGuard
Téléchargez les fichiers d'extension PhishGuard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PhishGuard |
ID | ngafnigajpgginnijhfcbeikpakecppl |
URL Officiel | https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl |
Description | PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks… |
Taille du Fichier | 54.87 KB |
Nombre d'Installations | 35 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-11-05 |
Date de Publication | 2017-11-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Bill Demirkapi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |