SentinelOne

SentinelOne DeepVisibility plugin

什么是SentinelOne?

SentinelOne是由SentinelOne开发的Chrome扩展程序,该扩展的主要功能是“SentinelOne DeepVisibility plugin”。

扩展截图

screenshot

下载SentinelOne扩展crx文件

下载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 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"
    }
}