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…

Was ist PhishGuard?

PhishGuard ist eine Chrome-Erweiterung, die von Bill Demirkapi entwickelt wurde, und ihr Hauptmerkmal ist "PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…".

Erweiterungsscreenshots

screenshot
screenshot

PhishGuard-Erweiterungs-CRX-Datei herunterladen

Laden Sie PhishGuard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PhishGuard PhishGuard
ID ngafnigajpgginnijhfcbeikpakecppl
Offizielle URL https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl
Beschreibung PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
Dateigröße 54.87 KB
Installationsanzahl 35
Aktuelle Version 0.1
Letztes Update 2017-11-05
Veröffentlichungsdatum 2017-11-05
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Bill Demirkapi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}