Symantec Extension

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

Cos'è Symantec Extension?

Symantec Extension è un'estensione di Chrome sviluppata da Symantec Enterprise Division, Broadcom Inc., e la sua funzione principale è "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Symantec Extension

Scarica i file di estensione Symantec Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
URL Ufficiale https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Descrizione Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Dimensione del File 12.79 KB
Conteggio Installazioni 4,674,722
Versione Corrente 16.0.101
Ultimo Aggiornamento 2022-11-29
Data di Pubblicazione 2022-11-29
Valutazione 1.33/5 Totale 12 Valutazioni
Sviluppatore Symantec Enterprise Division, Broadcom Inc.
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.broadcom.com/company/legal/privacy/policy
Lingue Supportate 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": [
        ""
    ]
}