Endpoint Data Loss Prevention Plus

Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus

O que é Endpoint Data Loss Prevention Plus?

Endpoint Data Loss Prevention Plus é uma extensão do Chrome desenvolvida por manageengine.com, e sua principal característica é "Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Endpoint Data Loss Prevention Plus

Baixe arquivos de extensão Endpoint Data Loss Prevention Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Endpoint Data Loss Prevention Plus Endpoint Data Loss Prevention Plus
ID mcieogngcmnkeklnbkdebaaoppicbbdc
URL Oficial https://chromewebstore.google.com/detail/endpoint-data-loss-preven/mcieogngcmnkeklnbkdebaaoppicbbdc
Descrição Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus
Tamanho do Arquivo 17.15 KB
Contagem de Instalações 7,000
Versão Atual 1.0.5
Última Atualização 2023-12-19
Data de Publicação 2021-04-12
Desenvolvedor manageengine.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.manageengine.com/privacy.html
Idiomas Suportados 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
        }
    ]
}