Trellix DLP Endpoint Extension

Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads

Trellix DLP Endpoint Extensionとは何ですか?

Trellix DLP Endpoint ExtensionはDLP_Supportによって開発されたChromeの拡張機能で、その主な機能は「Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads」です。

拡張機能のスクリーンショット

screenshot

Trellix DLP Endpoint Extension拡張機能のCRXファイルをダウンロード

Trellix DLP Endpoint Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Trellix DLP Extension works in conjunction with Trellix DLP Software to provide data loss protection. This extension monitors websites for URL information and sends content to Trellix DLP Software for analysis.                    

拡張機能の基本情報

名前 Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
公式URL https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
説明 Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
ファイルサイズ 20.42 KB
インストール数 6,000,000
現在のバージョン 1.21
最終更新日 2023-09-03
公開日 2023-03-03
評価 1.83/5 合計 6 レビュー
開発者 DLP_Support
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.trellix.com/en-us/about/legal/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trellix DLP Endpoint Extension",
    "version": "1.21",
    "description": "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads",
    "icons": {
        "16": "Trellix16.png",
        "32": "Trellix32.png",
        "128": "Trellix128.png"
    },
    "author": "Trellix LLC",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "webNavigation",
        "webRequestBlocking",
        "storage",
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ]
}