Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Co je Symantec Browser Protection?

Symantec Browser Protection je rozšíření Chrome vyvinuté https://broadcom.com, a jeho hlavní funkcí je „Browser Security by Symantec Endpoint Security Division of Broadcom.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Symantec Browser Protection

Stáhněte si soubory rozšíření Symantec Browser Protection ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Symantec Browser Protection Symantec Browser Protection
ID hielpjjagjimpgppnopiibaefhfpbpfn
Oficiální URL https://chromewebstore.google.com/detail/symantec-browser-protecti/hielpjjagjimpgppnopiibaefhfpbpfn
Popis Browser Security by Symantec Endpoint Security Division of Broadcom.
Velikost souboru 276 KB
Počet instalací 736
Aktuální Verze 1.0.0.26
Poslední Aktualizace 2024-01-30
Datum Vydání 2024-01-19
Hodnocení 5.00/5 Celkem 150 Hodnocení
Vývojář https://broadcom.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://ced.broadcom.com/sed/all/sbp-install
URL Stránky Nápovědy https://www.broadcom.com/company/contact-us/feedback-and-comments
URL Stránky Zásad Ochrany Soukromí https://www.broadcom.com/company/legal/privacy/policy
Podporované Jazyky 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'"
    }
}