Symantec Extension

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

Was ist Symantec Extension?

Symantec Extension ist eine Chrome-Erweiterung, die von Symantec Enterprise Division, Broadcom Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Erweiterungsscreenshots

screenshot

Symantec Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Symantec Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
Offizielle URL https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Beschreibung Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Dateigröße 12.79 KB
Installationsanzahl 4,674,722
Aktuelle Version 16.0.101
Letztes Update 2022-11-29
Veröffentlichungsdatum 2022-11-29
Bewertung 1.33/5 Insgesamt 12 Bewertungen
Entwickler Symantec Enterprise Division, Broadcom Inc.
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.broadcom.com/company/legal/privacy/policy
Unterstützte Sprachen 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": [
        ""
    ]
}