SentinelOne
SentinelOne DeepVisibility plugin
¿Qué es SentinelOne?
SentinelOne es una extensión de Chrome desarrollada por SentinelOne, y su función principal es "SentinelOne DeepVisibility plugin".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SentinelOne
Descarga archivos de extensión SentinelOne en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This Chrome extension is part of the SentinelOne Endpoint Protection and Remediation Solution - Deep Visibility. It is installed according to your organization’s information security policy. This extension allows your system administrator to monitor browser traffic for the purpose of finding abnormal or malicious activities and to protect you from cyberattacks. The only permission the extension requires is to read the browsed URLs and send them to SentinelOne Agent. When the data is captured, we encrypt it with TLS encryption and send it for deep investigation, to your organization’s encrypted bucket in the SentinelOne Cloud. The information is not used for any other purpose.
Información Básica de la Extensión
Nombre | SentinelOne |
ID | iekfdmgbpmcklocjhlabimljddkeflgl |
URL Oficial | https://chromewebstore.google.com/detail/sentinelone/iekfdmgbpmcklocjhlabimljddkeflgl |
Descripción | SentinelOne DeepVisibility plugin |
Tamaño del Archivo | 8.87 KB |
Cantidad de Instalaciones | 5,349,352 |
Versión Actual | 0.1.8 |
Última Actualización | 2019-10-22 |
Fecha de Publicación | 2019-10-22 |
Calificación | 1.46/5 Total de 139 Calificaciones |
Desarrollador | SentinelOne |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.sentinelone.com/legal/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SentinelOne", "short_name": "SentinelOne", "version": "0.1.8", "manifest_version": 2, "description": "SentinelOne DeepVisibility plugin", "permissions": [ "nativeMessaging", "webRequest", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/s1-icon-16.png", "32": "images\/s1-icon-32.png", "48": "images\/s1-icon-48.png", "128": "images\/s1-icon-128.png" } } |