McAfee DLP Endpoint Extension
McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.
What is McAfee DLP Endpoint Extension?
McAfee DLP Endpoint Extension is a Chrome extension developed by DLP_Support, and its main feature is "McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.".
Extension Screenshots
Download McAfee DLP Endpoint Extension Extension CRX File
Download McAfee DLP Endpoint Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | McAfee DLP Endpoint Extension |
ID | fhkbechcecepmohakoafeoobnliolhei |
Official URL | https://chromewebstore.google.com/detail/mcafee-dlp-endpoint-exten/fhkbechcecepmohakoafeoobnliolhei |
Description | McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads. |
File Size | 13.78 KB |
Installation Count | 5,287,597 |
Current Version | 2021.09.21.1 |
Last Updated | 2021-09-22 |
Publish Date | 2021-09-22 |
Rating | 1.15/5 Total 27 Ratings |
Developer | DLP_Support |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.trellix.com/en-us/about/legal/privacy.html |
Supported Languages | 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" ] } |