Trellix DLP Endpoint Extension

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

Cos'è Trellix DLP Endpoint Extension?

Trellix DLP Endpoint Extension è un'estensione di Chrome sviluppata da DLP_Support, e la sua funzione principale è "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trellix DLP Endpoint Extension

Scarica i file di estensione Trellix DLP Endpoint Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
URL Ufficiale https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
Descrizione Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
Dimensione del File 20.42 KB
Conteggio Installazioni 6,000,000
Versione Corrente 1.21
Ultimo Aggiornamento 2023-09-03
Data di Pubblicazione 2023-03-03
Valutazione 1.83/5 Totale 6 Valutazioni
Sviluppatore DLP_Support
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.trellix.com/en-us/about/legal/privacy.html
Lingue Supportate 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": [
        "*:\/\/*\/*",
        ""
    ]
}