Endpoint Data Loss Prevention Plus

Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus

Co je Endpoint Data Loss Prevention Plus?

Endpoint Data Loss Prevention Plus je rozšíření Chrome vyvinuté manageengine.com, a jeho hlavní funkcí je „Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Endpoint Data Loss Prevention Plus

Stáhněte si soubory rozšíření Endpoint Data Loss Prevention Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Endpoint Data Loss Prevention Plus Endpoint Data Loss Prevention Plus
ID mcieogngcmnkeklnbkdebaaoppicbbdc
Oficiální URL https://chromewebstore.google.com/detail/endpoint-data-loss-preven/mcieogngcmnkeklnbkdebaaoppicbbdc
Popis Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus
Velikost souboru 17.15 KB
Počet instalací 7,000
Aktuální Verze 1.0.5
Poslední Aktualizace 2023-12-19
Datum Vydání 2021-04-12
Vývojář manageengine.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.manageengine.com/privacy.html
Podporované Jazyky 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
        }
    ]
}