SentinelOne

SentinelOne DeepVisibility plugin

O que é SentinelOne?

SentinelOne é uma extensão do Chrome desenvolvida por SentinelOne, e sua principal característica é "SentinelOne DeepVisibility plugin".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SentinelOne

Baixe arquivos de extensão SentinelOne no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SentinelOne SentinelOne
ID iekfdmgbpmcklocjhlabimljddkeflgl
URL Oficial https://chromewebstore.google.com/detail/sentinelone/iekfdmgbpmcklocjhlabimljddkeflgl
Descrição SentinelOne DeepVisibility plugin
Tamanho do Arquivo 8.87 KB
Contagem de Instalações 5,349,352
Versão Atual 0.1.8
Última Atualização 2019-10-22
Data de Publicação 2019-10-22
Classificação 1.46/5 Total de 139 Avaliações
Desenvolvedor SentinelOne
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.sentinelone.com/legal/privacy-policy
Idiomas Suportados 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"
    }
}