CNCS Anti-Phishing
CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Qu'est-ce que CNCS Anti-Phishing ?
CNCS Anti-Phishing est une extension Chrome développée par https://cncs.gob.do, et sa fonction principale est "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CNCS Anti-Phishing
Téléchargez les fichiers d'extension CNCS Anti-Phishing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle.
Informations de Base sur l'Extension
Nom | CNCS Anti-Phishing |
ID | oojegilnhlfhjlhkailifehjhkamghhk |
URL Officiel | https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk |
Description | CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you. |
Taille du Fichier | 1.75 MB |
Nombre d'Installations | 449 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2020-11-01 |
Date de Publication | 2020-06-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://cncs.gob.do |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cncs.gob.do/ |
URL de la Page d'Aide | https://cncs.gob.do/contactanos/ |
URL de la Page de Politique de Confidentialité | https://cncs.gob.do/privacidad |
Langues Prises en Charge | 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" } } |