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…

Cos'è PhishGuard?

PhishGuard è un'estensione di Chrome sviluppata da Bill Demirkapi, e la sua funzione principale è "PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PhishGuard

Scarica i file di estensione PhishGuard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PhishGuard PhishGuard
ID ngafnigajpgginnijhfcbeikpakecppl
URL Ufficiale https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl
Descrizione PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
Dimensione del File 54.87 KB
Conteggio Installazioni 35
Versione Corrente 0.1
Ultimo Aggiornamento 2017-11-05
Data di Pubblicazione 2017-11-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Bill Demirkapi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}