Phish Alerts

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

Phish Alerts क्या है?

Phish Alerts https://phishalerts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect yourself and your dear ones from Phishing attacks, losing money and identity"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Phish Alerts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}