McAfee DLP Endpoint Extension

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

McAfee DLP Endpoint Extensionคืออะไร?

McAfee DLP Endpoint Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DLP_Support และคุณลักษณะหลักของมันคือ "McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย McAfee DLP Endpoint Extension

ดาวน์โหลดไฟล์ส่วนขยาย McAfee DLP Endpoint Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ McAfee DLP Endpoint Extension McAfee DLP Endpoint Extension
ID fhkbechcecepmohakoafeoobnliolhei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mcafee-dlp-endpoint-exten/fhkbechcecepmohakoafeoobnliolhei
คำอธิบาย McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.
ขนาดไฟล์ 13.78 KB
จำนวนการติดตั้ง 5,287,597
เวอร์ชันปัจจุบัน 2021.09.21.1
อัปเดตครั้งล่าสุด 2021-09-22
วันที่เผยแพร่ 2021-09-22
คะแนน 1.15/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา DLP_Support
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว 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": 2,
    "name": "McAfee DLP Endpoint Extension",
    "version": "2021.09.21.1",
    "description": "McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.",
    "icons": {
        "16": "mcafee16.png",
        "32": "mcafee32.png",
        "128": "mcafee128.png"
    },
    "author": "McAfee LLC",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "*:\/\/*\/*",
        "webNavigation",
        "nativeMessaging"
    ]
}