Symantec Extension

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

Hvad er Symantec Extension?

Symantec Extension er en Chrome-udvidelse udviklet af Symantec Enterprise Division, Broadcom Inc., og dens hovedfunktion er "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Udvidelsesskærmbilleder

screenshot

Download Symantec Extension-udvidelses-CRX-fil

Download Symantec Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
Officiel URL https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Beskrivelse Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Filstørrelse 12.79 KB
Antal Installationer 4,674,722
Nuværende Version 16.0.101
Senest Opdateret 2022-11-29
Udgivelsesdato 2022-11-29
Bedømmelse 1.33/5 Samlet 12 Bedømmelser
Udvikler Symantec Enterprise Division, Broadcom Inc.
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.broadcom.com/company/legal/privacy/policy
Understøttede Sprog 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": [
        ""
    ]
}