Symantec Extension

Works along with a Symantec Information Security product to secure sensitive information based on company policy.

Что такое Symantec Extension?

Symantec Extension - это расширение Chrome, разработанное Symantec Enterprise Division, Broadcom Inc., и его основная функция - "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

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

screenshot

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

Скачайте файлы расширений Symantec Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Extension works along with Symantec Information Protection product for protecting data based on company policy.  Symantec Extension offers an in-browser security solution for protecting information based on company policy. This extension works in conjunction with Symantec Information Protection product.                    

Основная информация о расширении

Название Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
Официальный URL https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Описание Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Размер файла 12.79 KB
Количество установок 4,674,722
Текущая Версия 16.0.101
Последнее Обновление 2022-11-29
Дата публикации 2022-11-29
Рейтинг 1.33/5 Всего 12 оценок
Разработчик Symantec Enterprise Division, Broadcom Inc.
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.broadcom.com/company/legal/privacy/policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Symantec Extension",
    "version": "16.0.101",
    "description": "Works along with a Symantec Information Security product to secure sensitive information based on company policy.",
    "icons": {
        "16": "icons\/symantec_logo_16.png",
        "48": "icons\/symantec_logo_48.png",
        "128": "icons\/symantec_logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "ContentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}