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 là gì?
CNCS Anti-Phishing là một tiện ích mở rộng Chrome được phát triển bởi https://cncs.gob.do, và tính năng chính của nó là "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CNCS Anti-Phishing
Tải xuống các tệp mở rộng CNCS Anti-Phishing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CNCS Anti-Phishing |
ID | oojegilnhlfhjlhkailifehjhkamghhk |
URL Chính Thức | https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk |
Mô tả | CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you. |
Kích Thước Tệp | 1.75 MB |
Số Lần Cài Đặt | 449 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2020-11-01 |
Ngày Phát Hành | 2020-06-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://cncs.gob.do |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cncs.gob.do/ |
URL Trang Trợ Giúp | https://cncs.gob.do/contactanos/ |
URL Trang Chính Sách Bảo Mật | https://cncs.gob.do/privacidad |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |