CNCS Anti-Phishing

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

Co to jest CNCS Anti-Phishing?

CNCS Anti-Phishing to rozszerzenie Chrome opracowane przez https://cncs.gob.do, a jego główną funkcją jest „CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CNCS Anti-Phishing

Pobierz pliki rozszerzeń CNCS Anti-Phishing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CNCS Anti-Phishing CNCS Anti-Phishing
ID oojegilnhlfhjlhkailifehjhkamghhk
Oficjalny URL https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk
Opis CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Rozmiar pliku 1.75 MB
Liczba instalacji 449
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2020-11-01
Data Publikacji 2020-06-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://cncs.gob.do
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cncs.gob.do/
Adres URL Strony Pomocy https://cncs.gob.do/contactanos/
Adres URL Strony Polityki Prywatności https://cncs.gob.do/privacidad
Obsługiwane Języki 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"
    }
}