SentinelOne
SentinelOne DeepVisibility plugin
Qu'est-ce que SentinelOne ?
SentinelOne est une extension Chrome développée par SentinelOne, et sa fonction principale est "SentinelOne DeepVisibility plugin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SentinelOne
Téléchargez les fichiers d'extension SentinelOne au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SentinelOne |
ID | iekfdmgbpmcklocjhlabimljddkeflgl |
URL Officiel | https://chromewebstore.google.com/detail/sentinelone/iekfdmgbpmcklocjhlabimljddkeflgl |
Description | SentinelOne DeepVisibility plugin |
Taille du Fichier | 8.87 KB |
Nombre d'Installations | 5,349,352 |
Version Actuelle | 0.1.8 |
Dernière Mise à Jour | 2019-10-22 |
Date de Publication | 2019-10-22 |
Évaluation | 1.46/5 Total 139 Évaluations |
Développeur | SentinelOne |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.sentinelone.com/legal/privacy-policy |
Langues Prises en Charge | 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" } } |