McAfee DLP Endpoint Extension
McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.
Cos'è McAfee DLP Endpoint Extension?
McAfee DLP Endpoint Extension è un'estensione di Chrome sviluppata da DLP_Support, e la sua funzione principale è "McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione McAfee DLP Endpoint Extension
Scarica i file di estensione McAfee DLP Endpoint Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | McAfee DLP Endpoint Extension |
ID | fhkbechcecepmohakoafeoobnliolhei |
URL Ufficiale | https://chromewebstore.google.com/detail/mcafee-dlp-endpoint-exten/fhkbechcecepmohakoafeoobnliolhei |
Descrizione | McAfee DLP Extension monitors address bar URL and helps to protect corporate data uploads. |
Dimensione del File | 13.78 KB |
Conteggio Installazioni | 5,287,597 |
Versione Corrente | 2021.09.21.1 |
Ultimo Aggiornamento | 2021-09-22 |
Data di Pubblicazione | 2021-09-22 |
Valutazione | 1.15/5 Totale 27 Valutazioni |
Sviluppatore | DLP_Support |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.trellix.com/en-us/about/legal/privacy.html |
Lingue Supportate | 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" ] } |