SentinelOne
SentinelOne DeepVisibility plugin
什麼是SentinelOne?
SentinelOne是由SentinelOne開發的Chrome擴展程式,該擴展的主要功能是“SentinelOne DeepVisibility plugin”。
擴展截圖
下載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 |
ID | iekfdmgbpmcklocjhlabimljddkeflgl |
官方網址 | 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" } } |