Trellix DLP Endpoint Extension

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

Hvad er Trellix DLP Endpoint Extension?

Trellix DLP Endpoint Extension er en Chrome-udvidelse udviklet af DLP_Support, og dens hovedfunktion er "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

Udvidelsesskærmbilleder

screenshot

Download Trellix DLP Endpoint Extension-udvidelses-CRX-fil

Download Trellix DLP Endpoint Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
Officiel URL https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
Beskrivelse Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
Filstørrelse 20.42 KB
Antal Installationer 6,000,000
Nuværende Version 1.21
Senest Opdateret 2023-09-03
Udgivelsesdato 2023-03-03
Bedømmelse 1.83/5 Samlet 6 Bedømmelser
Udvikler DLP_Support
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.trellix.com/en-us/about/legal/privacy.html
Understøttede Sprog 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": [
        "*:\/\/*\/*",
        ""
    ]
}