Safeonweb Browser Extension

Website owner validation status and related score from the CCB.

Safeonweb Browser Extensionคืออะไร?

Safeonweb Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ccb-dev และคุณลักษณะหลักของมันคือ "Website owner validation status and related score from the CCB."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safeonweb Browser Extension

ดาวน์โหลดไฟล์ส่วนขยาย Safeonweb Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For every website you visit, the Safeonweb Browser Extension shows you if the owner has been validated (Green) or not (Amber). 
Websites without a validated owner (Amber) should be suited for reading only. To share personal and sensitive information you can expect the owner of the web site to be validated (Green). If a hacker puts malicious content on a website with a validated owner, the validation status will change to Amber or Red directly after the first notification. 
Known malicious or insecure websites are marked as Red.


The Extension allocates a score:

-	Green (OK): the website owner has an Extended Validation Certificate issued by a Certificate Authority or the site owner is registered on atwork.safeonweb.be.
        Therefore:
             o  It should be OK to continue surfing on this website.
             o  It should be OK to share data on this website.

-	Amber (!):  the website owner has an Organisation Validation Certificate, or a Domain Validation Certificate issued by a Certificate Authority, and the website is not registered on atwork.safeonweb.be
        Therefore:
             o  It should be OK to continue surfing on this website.
             o  If any doubts, refrain from sharing data on this website.

-	Red (X): the website lacks basic security features or is known as malicious. The website owner has no Certificate and therefore has not been validated. 
        Therefore:
             o  We advise against browsing this website and sharing any data.

/!\ The Safeonweb Browser Extension does NOT replace your anti-virus. It does NOT check if a virus is present on your computer. The Extension does NOT check website contents or what is exchanged with the website. /!\

The Centre for Cybersecurity Belgium (CCB) is the national authority for cybersecurity in Belgium (https://ccb.belgium.be/). 
One of the CCB’s mission is to make Belgium one of the most cybersecure countries in Europe.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Safeonweb Browser Extension Safeonweb Browser Extension
ID amialdekbcegcahjcfecabnfcpomibdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safeonweb-browser-extensi/amialdekbcegcahjcfecabnfcpomibdc
คำอธิบาย Website owner validation status and related score from the CCB.
ขนาดไฟล์ 608 KB
จำนวนการติดตั้ง 53,751
เวอร์ชันปัจจุบัน PROD-1.7.3
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2023-09-04
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ccb-dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://safeonweb.be/en/safeonweb-browser-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.safeonweb.be/en/cookies
ภาษาที่รองรับ de,en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.7.3",
    "version_name": "PROD-1.7.3",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js",
        "mode": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Safeonweb Browser Extension",
        "default_icon": {
            "32": "images\/green\/logo-green-32-32.png"
        }
    },
    "icons": {
        "32": "images\/green\/logo-green-32-32.png",
        "128": "images\/green\/logo-green-128-128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/atworkportal.safeonweb.be\/*"
    ]
}