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
官方網址 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": [
        ""
    ]
}