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 هو إضافة Chrome تم تطويرها بواسطة manageengine.com، والميزة الرئيسية لها هي "Prevent the loss of sensitive data using ManageEngine Endpoint DLP Plus".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Endpoint Data Loss Prevention Plus

قم بتنزيل ملفات الامتداد Endpoint Data Loss Prevention Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}