Trellix DLP Endpoint Extension

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

What is Trellix DLP Endpoint Extension?

Trellix DLP Endpoint Extension is a Chrome extension developed by DLP_Support, and its main feature is "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

Extension Screenshots

screenshot

Download Trellix DLP Endpoint Extension Extension CRX File

Download Trellix DLP Endpoint Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
Official URL https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
Description Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
File Size 20.42 KB
Installation Count 6,000,000
Current Version 1.21
Last Updated 2023-09-03
Publish Date 2023-03-03
Rating 1.83/5 Total 6 Ratings
Developer DLP_Support
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.trellix.com/en-us/about/legal/privacy.html
Supported Languages 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": [
        "*:\/\/*\/*",
        ""
    ]
}