Endpoint Data Loss Prevention Plus

Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus

Cos'è Endpoint Data Loss Prevention Plus?

Endpoint Data Loss Prevention Plus è un'estensione di Chrome sviluppata da manageengine.com, e la sua funzione principale è "Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Endpoint Data Loss Prevention Plus

Scarica i file di estensione Endpoint Data Loss Prevention Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Endpoint Data Loss Prevention Plus Endpoint Data Loss Prevention Plus
ID mcieogngcmnkeklnbkdebaaoppicbbdc
URL Ufficiale https://chromewebstore.google.com/detail/endpoint-data-loss-preven/mcieogngcmnkeklnbkdebaaoppicbbdc
Descrizione Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus
Dimensione del File 17.15 KB
Conteggio Installazioni 7,000
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-12-19
Data di Pubblicazione 2021-04-12
Sviluppatore manageengine.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.manageengine.com/privacy.html
Lingue Supportate 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
        }
    ]
}