Symantec Extension

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

Vad är Symantec Extension?

Symantec Extension är en Chrome-tillägg utvecklad av Symantec Enterprise Division, Broadcom Inc., och dess huvudfunktion är "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Tilläggsskärmbilder

screenshot

Ladda ner Symantec Extension-förlängningens CRX-fil

Ladda ner Symantec Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
Officiell webbadress https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Beskrivning Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Filstorlek 12.79 KB
Antal Installationer 4,674,722
Aktuell Version 16.0.101
Senast Uppdaterad 2022-11-29
Publiceringsdatum 2022-11-29
Betyg 1.33/5 Totalt 12 Betyg
Utvecklare Symantec Enterprise Division, Broadcom Inc.
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.broadcom.com/company/legal/privacy/policy
Stödda Språk 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": [
        ""
    ]
}