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
Eメール [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
        }
    ]
}