Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Symantec Browser Protectionคืออะไร?

Symantec Browser Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://broadcom.com และคุณลักษณะหลักของมันคือ "Browser Security by Symantec Endpoint Security Division of Broadcom."

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

screenshot
screenshot

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

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

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

                        Symantec Browser Protection offers an in-browser security solution for keeping you safe online. Now available for early preview. 

Symantec Threat Intelligence teams around the world provide unparalleled analysis and commentary on the cyberthreats affecting businesses today. Symantec Web Protection brings this intelligence into your browser to detect and block various web-borne threats such as:

❎ Phishing sites
❎ Malware downloads
❎ Malicious advertisements
❎ Compromised websites

Learn more about active threats from Symantec’s daily protection bulletins:
https://www.broadcom.com/support/security-center/protection-bulletin                    

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

ชื่อ Symantec Browser Protection Symantec Browser Protection
ID hielpjjagjimpgppnopiibaefhfpbpfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/symantec-browser-protecti/hielpjjagjimpgppnopiibaefhfpbpfn
คำอธิบาย Browser Security by Symantec Endpoint Security Division of Broadcom.
ขนาดไฟล์ 276 KB
จำนวนการติดตั้ง 736
เวอร์ชันปัจจุบัน 1.0.0.26
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2024-01-19
คะแนน 5.00/5 รวมทั้งหมด 150 คะแนน
ผู้พัฒนา https://broadcom.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ced.broadcom.com/sed/all/sbp-install
URL หน้าช่วยเหลือ https://www.broadcom.com/company/contact-us/feedback-and-comments
URL หน้านโยบายความเป็นส่วนตัว https://www.broadcom.com/company/legal/privacy/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "Symantec Browser Protection",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "version": "1.0.0.26",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "sep.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [],
    "icons": {
        "16": "sep.png",
        "48": "sep.png"
    },
    "incognito": "split",
    "permissions": [
        "storage",
        "webRequest",
        "downloads",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "service_worker": "SBP.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}