Trellix DLP Endpoint Extension

Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads

ما هو Trellix DLP Endpoint Extension؟

Trellix DLP Endpoint Extension هو إضافة Chrome تم تطويرها بواسطة DLP_Support، والميزة الرئيسية لها هي "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".

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

screenshot

تحميل ملف CRX للإضافة Trellix DLP Endpoint Extension

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

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

                        Trellix DLP Extension works in conjunction with Trellix DLP Software to provide data loss protection. This extension monitors websites for URL information and sends content to Trellix DLP Software for analysis.                    

معلومات أساسية عن التمديد

الاسم Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
عنوان URL الرسمي https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
الوصف Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
حجم الملف 20.42 KB
عدد التثبيتات 6,000,000
النسخة الحالية 1.21
آخر تحديث 2023-09-03
تاريخ النشر 2023-03-03
تقييم 1.83/5 مجموع تقييمات 6
المطور DLP_Support
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.trellix.com/en-us/about/legal/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trellix DLP Endpoint Extension",
    "version": "1.21",
    "description": "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads",
    "icons": {
        "16": "Trellix16.png",
        "32": "Trellix32.png",
        "128": "Trellix128.png"
    },
    "author": "Trellix LLC",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "webNavigation",
        "webRequestBlocking",
        "storage",
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ]
}