Phish Alerts

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

Vad är Phish Alerts?

Phish Alerts är en Chrome-tillägg utvecklad av https://phishalerts.com, och dess huvudfunktion är "Protect yourself and your dear ones from Phishing attacks, losing money and identity".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Phish Alerts-förlängningens CRX-fil

Ladda ner Phish Alerts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Phish Alerts Phish Alerts
ID aecpgaibpeekcpgfckpnfpbbdkpdckna
Officiell webbadress https://chromewebstore.google.com/detail/phish-alerts/aecpgaibpeekcpgfckpnfpbbdkpdckna
Beskrivning Protect yourself and your dear ones from Phishing attacks, losing money and identity
Filstorlek 151 KB
Antal Installationer 243
Aktuell Version 0.0.3
Senast Uppdaterad 2023-03-13
Publiceringsdatum 2022-02-09
Betyg 4.95/5 Totalt 19 Betyg
Utvecklare https://phishalerts.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://phishalerts.com/
Hjälpsida URL https://phishalerts.com/contact
URL till Sekretesspolicy Sidan https://phishalerts.com/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}