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 |
公式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 |
Eメール | [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" } } |