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…

Apa itu PhishGuard?

PhishGuard adalah ekstensi Chrome yang dikembangkan oleh Bill Demirkapi, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PhishGuard

Unduh file ekstensi PhishGuard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama PhishGuard PhishGuard
ID ngafnigajpgginnijhfcbeikpakecppl
URL Resmi https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl
Deskripsi PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
Ukuran File 54.87 KB
Jumlah Instalasi 35
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-11-05
Tanggal Publikasi 2017-11-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Bill Demirkapi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}