Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Symantec Browser Protection là gì?

Symantec Browser Protection là một tiện ích mở rộng Chrome được phát triển bởi https://broadcom.com, và tính năng chính của nó là "Browser Security by Symantec Endpoint Security Division of Broadcom.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Symantec Browser Protection

Tải xuống các tệp mở rộng Symantec Browser Protection 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Symantec Browser Protection Symantec Browser Protection
ID hielpjjagjimpgppnopiibaefhfpbpfn
URL Chính Thức https://chromewebstore.google.com/detail/symantec-browser-protecti/hielpjjagjimpgppnopiibaefhfpbpfn
Mô tả Browser Security by Symantec Endpoint Security Division of Broadcom.
Kích Thước Tệp 276 KB
Số Lần Cài Đặt 736
Phiên Bản Hiện Tại 1.0.0.26
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2024-01-19
Đánh Giá 5.00/5 Tổng số 150 Đánh Giá
Nhà Phát Triển https://broadcom.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://ced.broadcom.com/sed/all/sbp-install
URL Trang Trợ Giúp https://www.broadcom.com/company/contact-us/feedback-and-comments
URL Trang Chính Sách Bảo Mật https://www.broadcom.com/company/legal/privacy/policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}