Symantec Extension

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

什么是Symantec Extension?

Symantec Extension是由Symantec Enterprise Division, Broadcom Inc.开发的Chrome扩展程序,该扩展的主要功能是“Works along with a Symantec Information Security product to secure sensitive information based on company policy.”。

扩展截图

screenshot

下载Symantec Extension扩展crx文件

下载Symantec Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
官方URL https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
简介 Works along with a Symantec Information Security product to secure sensitive information based on company policy.
文件大小 12.79 KB
安装次数 4,674,722
当前版本 16.0.101
更新时间 2022-11-29
上架时间 2022-11-29
评分 1.33/5 共12次评分
开发者 Symantec Enterprise Division, Broadcom Inc.
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.broadcom.com/company/legal/privacy/policy
支持的语言 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": [
        ""
    ]
}