Trellix DLP Endpoint Extension
Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
Apa itu Trellix DLP Endpoint Extension?
Trellix DLP Endpoint Extension adalah ekstensi Chrome yang dikembangkan oleh DLP_Support, dan fitur utamanya adalah "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trellix DLP Endpoint Extension
Unduh file ekstensi Trellix 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
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.
Informasi Dasar Ekstensi
Nama | Trellix DLP Endpoint Extension |
ID | cokbpgemipiebgbmnnlfboefilmdlonm |
URL Resmi | https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm |
Deskripsi | Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads |
Ukuran File | 20.42 KB |
Jumlah Instalasi | 6,000,000 |
Versi Saat Ini | 1.21 |
Terakhir Diperbarui | 2023-09-03 |
Tanggal Publikasi | 2023-03-03 |
Penilaian | 1.83/5 Total 6 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": 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": [ "*:\/\/*\/*", " |