Symantec Extension

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

What is Symantec Extension?

Symantec Extension is a Chrome extension developed by Symantec Enterprise Division, Broadcom Inc., and its main feature is "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Extension Screenshots

screenshot

Download Symantec Extension Extension CRX File

Download Symantec Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
Official URL 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.
File Size 12.79 KB
Installation Count 4,674,722
Current Version 16.0.101
Last Updated 2022-11-29
Publish Date 2022-11-29
Rating 1.33/5 Total 12 Ratings
Developer Symantec Enterprise Division, Broadcom Inc.
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.broadcom.com/company/legal/privacy/policy
Supported Languages 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": [
        ""
    ]
}