SentinelOne
SentinelOne DeepVisibility plugin
Was ist SentinelOne?
SentinelOne ist eine Chrome-Erweiterung, die von SentinelOne entwickelt wurde, und ihr Hauptmerkmal ist "SentinelOne DeepVisibility plugin".
Erweiterungsscreenshots
SentinelOne-Erweiterungs-CRX-Datei herunterladen
Laden Sie SentinelOne-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SentinelOne |
ID | iekfdmgbpmcklocjhlabimljddkeflgl |
Offizielle URL | https://chromewebstore.google.com/detail/sentinelone/iekfdmgbpmcklocjhlabimljddkeflgl |
Beschreibung | SentinelOne DeepVisibility plugin |
Dateigröße | 8.87 KB |
Installationsanzahl | 5,349,352 |
Aktuelle Version | 0.1.8 |
Letztes Update | 2019-10-22 |
Veröffentlichungsdatum | 2019-10-22 |
Bewertung | 1.46/5 Insgesamt 139 Bewertungen |
Entwickler | SentinelOne |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.sentinelone.com/legal/privacy-policy |
Unterstützte Sprachen | 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" } } |