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…

O que é PhishGuard?

PhishGuard é uma extensão do Chrome desenvolvida por Bill Demirkapi, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PhishGuard

Baixe arquivos de extensão PhishGuard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome PhishGuard PhishGuard
ID ngafnigajpgginnijhfcbeikpakecppl
URL Oficial https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl
Descrição PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
Tamanho do Arquivo 54.87 KB
Contagem de Instalações 35
Versão Atual 0.1
Última Atualização 2017-11-05
Data de Publicação 2017-11-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Bill Demirkapi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}