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é es PhishGuard?
PhishGuard es una extensión de Chrome desarrollada por Bill Demirkapi, y su función principal es "PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión PhishGuard
Descarga archivos de extensión PhishGuard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | PhishGuard |
ID | ngafnigajpgginnijhfcbeikpakecppl |
URL Oficial | https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl |
Descripción | PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks… |
Tamaño del Archivo | 54.87 KB |
Cantidad de Instalaciones | 35 |
Versión Actual | 0.1 |
Última Actualización | 2017-11-05 |
Fecha de Publicación | 2017-11-05 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Bill Demirkapi |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |