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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में CNCS Anti-Phishing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle.
एक्सटेंशन की मूल जानकारी
नाम | CNCS Anti-Phishing |
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" } } |