Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Что такое Symantec Browser Protection?

Symantec Browser Protection - это расширение Chrome, разработанное https://broadcom.com, и его основная функция - "Browser Security by Symantec Endpoint Security Division of Broadcom.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Symantec Browser Protection

Скачайте файлы расширений 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
Электронная почта [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'"
    }
}