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.
Eメール [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": [
        ""
    ]
}