McAfee DLP Endpoint Extension

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

Wat is McAfee DLP Endpoint Extension?

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

Extensie Screenshots

screenshot

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

Download McAfee 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

                        McAfee DLP Extension works in conjunction with McAfee DLP Software to provide data loss protection. This extension monitors websites for URL information and sends content to McAfee DLP Software for analysis.                    

Basisinformatie over de Extensie

Naam McAfee DLP Endpoint Extension McAfee DLP Endpoint Extension
ID fhkbechcecepmohakoafeoobnliolhei
Officiële URL https://chromewebstore.google.com/detail/mcafee-dlp-endpoint-exten/fhkbechcecepmohakoafeoobnliolhei
Beschrijving McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.
Bestandsgrootte 13.78 KB
Aantal Installaties 5,287,597
Huidige Versie 2021.09.21.1
Laatst Bijgewerkt 2021-09-22
Publicatiedatum 2021-09-22
Beoordeling 1.15/5 Totaal 27 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": 2,
    "name": "McAfee DLP Endpoint Extension",
    "version": "2021.09.21.1",
    "description": "McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.",
    "icons": {
        "16": "mcafee16.png",
        "32": "mcafee32.png",
        "128": "mcafee128.png"
    },
    "author": "McAfee LLC",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "*:\/\/*\/*",
        "webNavigation",
        "nativeMessaging"
    ]
}