Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Endpoint Data Loss Prevention Plus", "description": "Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus", "manifest_version": 3, "version": "1.0.5", "background": { "service_worker": "js\/service_worker.js" }, "permissions": [ "tabs", "nativeMessaging", "downloads" ], "icons": { "16": "icon-dlp-16.png", "48": "icon-dlp-48.png", "128": "icon-dlp-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/constants.js", "js\/content-script.js" ], "match_about_blank": true } ] }