SentinelOne

SentinelOne DeepVisibility plugin

Cos'è SentinelOne?

SentinelOne è un'estensione di Chrome sviluppata da SentinelOne, e la sua funzione principale è "SentinelOne DeepVisibility plugin".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SentinelOne

Scarica i file di estensione SentinelOne 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

                        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.                    

Informazioni di Base sull'Estensione

Nome SentinelOne SentinelOne
ID iekfdmgbpmcklocjhlabimljddkeflgl
URL Ufficiale https://chromewebstore.google.com/detail/sentinelone/iekfdmgbpmcklocjhlabimljddkeflgl
Descrizione SentinelOne DeepVisibility plugin
Dimensione del File 8.87 KB
Conteggio Installazioni 5,349,352
Versione Corrente 0.1.8
Ultimo Aggiornamento 2019-10-22
Data di Pubblicazione 2019-10-22
Valutazione 1.46/5 Totale 139 Valutazioni
Sviluppatore SentinelOne
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.sentinelone.com/legal/privacy-policy
Lingue Supportate 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"
    }
}