Trellix DLP Endpoint Extension

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

Vad är Trellix DLP Endpoint Extension?

Trellix DLP Endpoint Extension är en Chrome-tillägg utvecklad av DLP_Support, och dess huvudfunktion är "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

Tilläggsskärmbilder

screenshot

Ladda ner Trellix DLP Endpoint Extension-förlängningens CRX-fil

Ladda ner Trellix DLP Endpoint Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
Officiell webbadress https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
Beskrivning Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
Filstorlek 20.42 KB
Antal Installationer 6,000,000
Aktuell Version 1.21
Senast Uppdaterad 2023-09-03
Publiceringsdatum 2023-03-03
Betyg 1.83/5 Totalt 6 Betyg
Utvecklare DLP_Support
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.trellix.com/en-us/about/legal/privacy.html
Stödda Språk 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": [
        "*:\/\/*\/*",
        ""
    ]
}