Symantec Extension

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

Wat is Symantec Extension?

Symantec Extension is een Chrome-extensie ontwikkeld door Symantec Enterprise Division, Broadcom Inc., en de belangrijkste functie is "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Symantec Extension

Download Symantec Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
Officiële URL https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Beschrijving Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Bestandsgrootte 12.79 KB
Aantal Installaties 4,674,722
Huidige Versie 16.0.101
Laatst Bijgewerkt 2022-11-29
Publicatiedatum 2022-11-29
Beoordeling 1.33/5 Totaal 12 Beoordelingen
Ontwikkelaar Symantec Enterprise Division, Broadcom Inc.
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.broadcom.com/company/legal/privacy/policy
Ondersteunde Talen 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": [
        ""
    ]
}