Trellix DLP Endpoint Extension

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

Qu'est-ce que Trellix DLP Endpoint Extension ?

Trellix DLP Endpoint Extension est une extension Chrome développée par DLP_Support, et sa fonction principale est "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trellix DLP Endpoint Extension

Téléchargez les fichiers d'extension Trellix DLP Endpoint Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
URL Officiel 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
Taille du Fichier 20.42 KB
Nombre d'Installations 6,000,000
Version Actuelle 1.21
Dernière Mise à Jour 2023-09-03
Date de Publication 2023-03-03
Évaluation 1.83/5 Total 6 Évaluations
Développeur DLP_Support
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.trellix.com/en-us/about/legal/privacy.html
Langues Prises en Charge 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": [
        "*:\/\/*\/*",
        ""
    ]
}