Trellix DLP Endpoint Extension

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

Was ist Trellix DLP Endpoint Extension?

Trellix DLP Endpoint Extension ist eine Chrome-Erweiterung, die von DLP_Support entwickelt wurde, und ihr Hauptmerkmal ist "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

Erweiterungsscreenshots

screenshot

Trellix DLP Endpoint Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trellix DLP Endpoint Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
Offizielle URL https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
Beschreibung Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
Dateigröße 20.42 KB
Installationsanzahl 6,000,000
Aktuelle Version 1.21
Letztes Update 2023-09-03
Veröffentlichungsdatum 2023-03-03
Bewertung 1.83/5 Insgesamt 6 Bewertungen
Entwickler DLP_Support
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.trellix.com/en-us/about/legal/privacy.html
Unterstützte Sprachen 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": [
        "*:\/\/*\/*",
        ""
    ]
}