CNCS Anti-Phishing
CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Τι είναι το CNCS Anti-Phishing;
Το CNCS Anti-Phishing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cncs.gob.do, και η κύρια λειτουργία του είναι "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CNCS Anti-Phishing
Λήψη αρχείων επέκτασης CNCS Anti-Phishing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | oojegilnhlfhjlhkailifehjhkamghhk |
| Επίσημο URL | https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk |
| Περιγραφή | CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you. |
| Μέγεθος Αρχείου | 1.75 MB |
| Αριθμός Εγκαταστάσεων | 449 |
| Τρέχουσα Έκδοση | 1.0.5 |
| Τελευταία Ενημέρωση | 2020-11-01 |
| Ημερομηνία Δημοσίευσης | 2020-06-24 |
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | https://cncs.gob.do |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://cncs.gob.do/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://cncs.gob.do/contactanos/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://cncs.gob.do/privacidad |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |