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
官方網址 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
電子郵箱 [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": [
        "*:\/\/*\/*",
        ""
    ]
}