McAfee DLP Endpoint Extension
McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.
Apa itu McAfee DLP Endpoint Extension?
McAfee DLP Endpoint Extension adalah ekstensi Chrome yang dikembangkan oleh DLP_Support, dan fitur utamanya adalah "McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi McAfee DLP Endpoint Extension
Unduh file ekstensi McAfee DLP Endpoint Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | McAfee DLP Endpoint Extension |
ID | fhkbechcecepmohakoafeoobnliolhei |
URL Resmi | https://chromewebstore.google.com/detail/mcafee-dlp-endpoint-exten/fhkbechcecepmohakoafeoobnliolhei |
Deskripsi | McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads. |
Ukuran File | 13.78 KB |
Jumlah Instalasi | 5,287,597 |
Versi Saat Ini | 2021.09.21.1 |
Terakhir Diperbarui | 2021-09-22 |
Tanggal Publikasi | 2021-09-22 |
Penilaian | 1.15/5 Total 27 Penilaian |
Pengembang | DLP_Support |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.trellix.com/en-us/about/legal/privacy.html |
Bahasa yang Didukung | 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" ] } |