Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Co to jest Symantec Browser Protection?

Symantec Browser Protection to rozszerzenie Chrome opracowane przez https://broadcom.com, a jego główną funkcją jest „Browser Security by Symantec Endpoint Security Division of Broadcom.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Symantec Browser Protection

Pobierz pliki rozszerzeń Symantec Browser Protection w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Symantec Browser Protection Symantec Browser Protection
ID hielpjjagjimpgppnopiibaefhfpbpfn
Oficjalny URL https://chromewebstore.google.com/detail/symantec-browser-protecti/hielpjjagjimpgppnopiibaefhfpbpfn
Opis Browser Security by Symantec Endpoint Security Division of Broadcom.
Rozmiar pliku 276 KB
Liczba instalacji 736
Aktualna Wersja 1.0.0.26
Ostatnia Aktualizacja 2024-01-30
Data Publikacji 2024-01-19
Ocena 5.00/5 Łącznie 150 Oceny
Deweloper https://broadcom.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://ced.broadcom.com/sed/all/sbp-install
Adres URL Strony Pomocy https://www.broadcom.com/company/contact-us/feedback-and-comments
Adres URL Strony Polityki Prywatności https://www.broadcom.com/company/legal/privacy/policy
Obsługiwane Języki 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'"
    }
}