Trellix DLP Endpoint Extension

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

Wat is Trellix DLP Endpoint Extension?

Trellix DLP Endpoint Extension is een Chrome-extensie ontwikkeld door DLP_Support, en de belangrijkste functie is "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trellix DLP Endpoint Extension

Download Trellix DLP Endpoint Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
Officiële URL https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
Beschrijving Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
Bestandsgrootte 20.42 KB
Aantal Installaties 6,000,000
Huidige Versie 1.21
Laatst Bijgewerkt 2023-09-03
Publicatiedatum 2023-03-03
Beoordeling 1.83/5 Totaal 6 Beoordelingen
Ontwikkelaar DLP_Support
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.trellix.com/en-us/about/legal/privacy.html
Ondersteunde Talen 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": [
        "*:\/\/*\/*",
        ""
    ]
}