Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Symantec Browser Protectionとは何ですか?

Symantec Browser Protectionはhttps://broadcom.comによって開発されたChromeの拡張機能で、その主な機能は「Browser Security by Symantec Endpoint Security Division of Broadcom.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Symantec Browser Protection拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
    }
}