Trellix DLP Endpoint Extension

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

Trellix DLP Endpoint Extension là gì?

Trellix DLP Endpoint Extension là một tiện ích mở rộng Chrome được phát triển bởi DLP_Support, và tính năng chính của nó là "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trellix DLP Endpoint Extension

Tải xuống các tệp mở rộng Trellix DLP Endpoint Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
URL Chính Thức https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
Mô tả Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
Kích Thước Tệp 20.42 KB
Số Lần Cài Đặt 6,000,000
Phiên Bản Hiện Tại 1.21
Cập Nhật Lần Cuối 2023-09-03
Ngày Phát Hành 2023-03-03
Đánh Giá 1.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển DLP_Support
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.trellix.com/en-us/about/legal/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*",
        ""
    ]
}