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"
}
} | |