Phish Alerts

Protect yourself and your dear ones from Phishing attacks, losing money and identity

Phish Alertsคืออะไร?

Phish Alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phishalerts.com และคุณลักษณะหลักของมันคือ "Protect yourself and your dear ones from Phishing attacks, losing money and identity"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

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

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

                        Stop Phishing in real time with PhishAlerts
Phishing websites tricks you into sharing your most sensitive data by imitating companies you trust. PhishAlerts uses the latest collaborated Databases and smart Tech Pattern to identify the phishing websites in real time and stops it.

Protect yourself and your loved ones from constantly evolving threat factors using our extension that can identify and alert before you get into the phishing trap.

Top Features includes
- Alerts you from Punny/Homoglyph websites
- Detect and warn against any fraud Financial websites
- Alerts you from visiting any Phishing website found in our updated Database of malicious urls
- Keeps you safe from loosing Credentials, Personal Details and Money                    

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

ชื่อ Phish Alerts Phish Alerts
ID aecpgaibpeekcpgfckpnfpbbdkpdckna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/phish-alerts/aecpgaibpeekcpgfckpnfpbbdkpdckna
คำอธิบาย Protect yourself and your dear ones from Phishing attacks, losing money and identity
ขนาดไฟล์ 151 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2023-03-13
วันที่เผยแพร่ 2022-02-09
คะแนน 4.95/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://phishalerts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://phishalerts.com/
URL หน้าช่วยเหลือ https://phishalerts.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://phishalerts.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phish Alerts",
    "description": "Protect yourself and your dear ones from Phishing attacks, losing money and identity",
    "version": "0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "workers\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/notice.html",
                "html\/verified.html",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/images\/fishing.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/firebase\/firebase-app.js",
                "js\/firebase\/firebase-firestore.js",
                "js\/app.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": false,
            "all_frames": false,
            "css": [
                "css\/notice.css",
                "css\/verified.css"
            ]
        }
    ]
}