SentinelOne
SentinelOne DeepVisibility plugin
Τι είναι το SentinelOne;
Το SentinelOne είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SentinelOne, και η κύρια λειτουργία του είναι "SentinelOne DeepVisibility plugin".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SentinelOne
Λήψη αρχείων επέκτασης SentinelOne σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | SentinelOne |
ID | iekfdmgbpmcklocjhlabimljddkeflgl |
Επίσημο URL | https://chromewebstore.google.com/detail/sentinelone/iekfdmgbpmcklocjhlabimljddkeflgl |
Περιγραφή | SentinelOne DeepVisibility plugin |
Μέγεθος Αρχείου | 8.87 KB |
Αριθμός Εγκαταστάσεων | 5,349,352 |
Τρέχουσα Έκδοση | 0.1.8 |
Τελευταία Ενημέρωση | 2019-10-22 |
Ημερομηνία Δημοσίευσης | 2019-10-22 |
Αξιολόγηση | 1.46/5 Συνολικά 139 Αξιολογήσεις |
Προγραμματιστής | SentinelOne |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.sentinelone.com/legal/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" } } |