CNCS Anti-Phishing
CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
¿Qué es CNCS Anti-Phishing?
CNCS Anti-Phishing es una extensión de Chrome desarrollada por https://cncs.gob.do, y su función principal es "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CNCS Anti-Phishing
Descarga archivos de extensión CNCS Anti-Phishing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle.
Información Básica de la Extensión
Nombre | CNCS Anti-Phishing |
ID | oojegilnhlfhjlhkailifehjhkamghhk |
URL Oficial | https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk |
Descripción | CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you. |
Tamaño del Archivo | 1.75 MB |
Cantidad de Instalaciones | 449 |
Versión Actual | 1.0.5 |
Última Actualización | 2020-11-01 |
Fecha de Publicación | 2020-06-24 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://cncs.gob.do |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://cncs.gob.do/ |
URL de la Página de Ayuda | https://cncs.gob.do/contactanos/ |
URL de la Página de Política de Privacidad | https://cncs.gob.do/privacidad |
Idiomas Soportados | 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" } } |