Symantec Extension

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

Co to jest Symantec Extension?

Symantec Extension to rozszerzenie Chrome opracowane przez Symantec Enterprise Division, Broadcom Inc., a jego główną funkcją jest „Works along with a Symantec Information Security product to secure sensitive information based on company policy.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Symantec Extension

Pobierz pliki rozszerzeń Symantec Extension 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
Oficjalny URL https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Opis Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Rozmiar pliku 12.79 KB
Liczba instalacji 4,674,722
Aktualna Wersja 16.0.101
Ostatnia Aktualizacja 2022-11-29
Data Publikacji 2022-11-29
Ocena 1.33/5 Łącznie 12 Oceny
Deweloper Symantec Enterprise Division, Broadcom Inc.
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.broadcom.com/company/legal/privacy/policy
Obsługiwane Języki 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": [
        ""
    ]
}