CNCS Anti-Phishing
CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Was ist CNCS Anti-Phishing?
CNCS Anti-Phishing ist eine Chrome-Erweiterung, die von https://cncs.gob.do entwickelt wurde, und ihr Hauptmerkmal ist "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".
Erweiterungsscreenshots
CNCS Anti-Phishing-Erweiterungs-CRX-Datei herunterladen
Laden Sie CNCS Anti-Phishing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle.
Grundlegende Informationen zur Erweiterung
Name | CNCS Anti-Phishing |
ID | oojegilnhlfhjlhkailifehjhkamghhk |
Offizielle URL | https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk |
Beschreibung | CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you. |
Dateigröße | 1.75 MB |
Installationsanzahl | 449 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2020-11-01 |
Veröffentlichungsdatum | 2020-06-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://cncs.gob.do |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cncs.gob.do/ |
Hilfeseite URL | https://cncs.gob.do/contactanos/ |
URL der Datenschutzrichtlinien-Seite | https://cncs.gob.do/privacidad |
Unterstützte Sprachen | 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" } } |