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…

PhishGuardคืออะไร?

PhishGuard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bill Demirkapi และคุณลักษณะหลักของมันคือ "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
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PhishGuard

ดาวน์โหลดไฟล์ส่วนขยาย PhishGuard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PhishGuard PhishGuard
ID ngafnigajpgginnijhfcbeikpakecppl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl
คำอธิบาย PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
ขนาดไฟล์ 54.87 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-11-05
วันที่เผยแพร่ 2017-11-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Bill Demirkapi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}