Endpoint Data Loss Prevention Plus

Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus

什么是Endpoint Data Loss Prevention Plus?

Endpoint Data Loss Prevention Plus是由manageengine.com开发的Chrome扩展程序,该扩展的主要功能是“Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus”。

扩展截图

screenshot
screenshot
screenshot

下载Endpoint Data Loss Prevention Plus扩展crx文件

下载Endpoint Data Loss Prevention Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ManageEngine's Endpoint data loss prevention Plus (Endpoint DLP Plus) is a powerful software that prevents sensitive information contained in endpoint devices from leaving an organization. It locates, classifies and monitors the movement of sensitive information across a network.

Key Features :

● Data discovery
● Data classification
● Upload protection
● Email security and Outlook
● False positives handling
● Insider threat prevention                    

扩展基本信息

名称 Endpoint Data Loss Prevention Plus Endpoint Data Loss Prevention Plus
ID mcieogngcmnkeklnbkdebaaoppicbbdc
官方URL https://chromewebstore.google.com/detail/endpoint-data-loss-preven/mcieogngcmnkeklnbkdebaaoppicbbdc
简介 Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus
文件大小 17.15 KB
安装次数 7,000
当前版本 1.0.5
更新时间 2023-12-19
上架时间 2021-04-12
开发者 manageengine.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.manageengine.com/privacy.html
支持的语言 en
manifest.json
{
    "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": [
                ""
            ],
            "js": [
                "js\/constants.js",
                "js\/content-script.js"
            ],
            "match_about_blank": true
        }
    ]
}