McAfee DLP Endpoint Extension
McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.
Was ist McAfee DLP Endpoint Extension?
McAfee DLP Endpoint Extension ist eine Chrome-Erweiterung, die von DLP_Support entwickelt wurde, und ihr Hauptmerkmal ist "McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.".
Erweiterungsscreenshots
McAfee DLP Endpoint Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie McAfee 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
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.
Grundlegende Informationen zur Erweiterung
Name | McAfee DLP Endpoint Extension |
ID | fhkbechcecepmohakoafeoobnliolhei |
Offizielle URL | https://chromewebstore.google.com/detail/mcafee-dlp-endpoint-exten/fhkbechcecepmohakoafeoobnliolhei |
Beschreibung | McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads. |
Dateigröße | 13.78 KB |
Installationsanzahl | 5,287,597 |
Aktuelle Version | 2021.09.21.1 |
Letztes Update | 2021-09-22 |
Veröffentlichungsdatum | 2021-09-22 |
Bewertung | 1.15/5 Insgesamt 27 Bewertungen |
Entwickler | DLP_Support |
[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": 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" ] } |