Symantec Extension

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

Qu'est-ce que Symantec Extension ?

Symantec Extension est une extension Chrome développée par Symantec Enterprise Division, Broadcom Inc., et sa fonction principale est "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Symantec Extension

Téléchargez les fichiers d'extension Symantec Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
URL Officiel https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Description Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Taille du Fichier 12.79 KB
Nombre d'Installations 4,674,722
Version Actuelle 16.0.101
Dernière Mise à Jour 2022-11-29
Date de Publication 2022-11-29
Évaluation 1.33/5 Total 12 Évaluations
Développeur Symantec Enterprise Division, Broadcom Inc.
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.broadcom.com/company/legal/privacy/policy
Langues Prises en Charge 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": [
        ""
    ]
}