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…

Hvad er PhishGuard?

PhishGuard er en Chrome-udvidelse udviklet af Bill Demirkapi, og dens hovedfunktion er "PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download PhishGuard-udvidelses-CRX-fil

Download PhishGuard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn PhishGuard PhishGuard
ID ngafnigajpgginnijhfcbeikpakecppl
Officiel URL https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl
Beskrivelse PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
Filstørrelse 54.87 KB
Antal Installationer 35
Nuværende Version 0.1
Senest Opdateret 2017-11-05
Udgivelsesdato 2017-11-05
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Bill Demirkapi
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}