CNCS Anti-Phishing

CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.

Vad är CNCS Anti-Phishing?

CNCS Anti-Phishing är en Chrome-tillägg utvecklad av https://cncs.gob.do, och dess huvudfunktion är "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CNCS Anti-Phishing-förlängningens CRX-fil

Ladda ner CNCS Anti-Phishing-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

                        La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle.                    

Grundläggande Information om Tillägg

Namn CNCS Anti-Phishing CNCS Anti-Phishing
ID oojegilnhlfhjlhkailifehjhkamghhk
Officiell webbadress https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk
Beskrivning CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Filstorlek 1.75 MB
Antal Installationer 449
Aktuell Version 1.0.5
Senast Uppdaterad 2020-11-01
Publiceringsdatum 2020-06-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://cncs.gob.do
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cncs.gob.do/
Hjälpsida URL https://cncs.gob.do/contactanos/
URL till Sekretesspolicy Sidan https://cncs.gob.do/privacidad
Stödda Språk es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CNCS Anti-Phishing",
    "short_name": "CNCS",
    "description": "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.",
    "version": "1.0.5",
    "author": "Centro Nacional de Ciberseguridad",
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon_green.png",
        "default_popup": "html\/optionPopup.html",
        "default_title": "CNCS"
    },
    "web_accessible_resources": [
        "css\/alert.css",
        "html\/warning.html",
        "icons\/icon_green.png",
        "icons\/icon_red.png"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    }
}