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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DLP_Support และคุณลักษณะหลักของมันคือ "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trellix DLP Endpoint Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
        "*:\/\/*\/*",
        ""
    ]
}