Endpoint Data Loss Prevention Plus

Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus

Co to jest Endpoint Data Loss Prevention Plus?

Endpoint Data Loss Prevention Plus to rozszerzenie Chrome opracowane przez manageengine.com, a jego główną funkcją jest „Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Endpoint Data Loss Prevention Plus

Pobierz pliki rozszerzeń Endpoint Data Loss Prevention Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Endpoint Data Loss Prevention Plus Endpoint Data Loss Prevention Plus
ID mcieogngcmnkeklnbkdebaaoppicbbdc
Oficjalny URL https://chromewebstore.google.com/detail/endpoint-data-loss-preven/mcieogngcmnkeklnbkdebaaoppicbbdc
Opis Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus
Rozmiar pliku 17.15 KB
Liczba instalacji 7,000
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2023-12-19
Data Publikacji 2021-04-12
Deweloper manageengine.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.manageengine.com/privacy.html
Obsługiwane Języki 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
        }
    ]
}