Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

O que é Symantec Browser Protection?

Symantec Browser Protection é uma extensão do Chrome desenvolvida por https://broadcom.com, e sua principal característica é "Browser Security by Symantec Endpoint Security Division of Broadcom.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Symantec Browser Protection

Baixe arquivos de extensão Symantec Browser Protection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Symantec Browser Protection Symantec Browser Protection
ID hielpjjagjimpgppnopiibaefhfpbpfn
URL Oficial https://chromewebstore.google.com/detail/symantec-browser-protecti/hielpjjagjimpgppnopiibaefhfpbpfn
Descrição Browser Security by Symantec Endpoint Security Division of Broadcom.
Tamanho do Arquivo 276 KB
Contagem de Instalações 736
Versão Atual 1.0.0.26
Última Atualização 2024-01-30
Data de Publicação 2024-01-19
Classificação 5.00/5 Total de 150 Avaliações
Desenvolvedor https://broadcom.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://ced.broadcom.com/sed/all/sbp-install
URL da Página de Ajuda https://www.broadcom.com/company/contact-us/feedback-and-comments
URL da Página de Política de Privacidade https://www.broadcom.com/company/legal/privacy/policy
Idiomas Suportados 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'"
    }
}