SentinelOne
SentinelOne DeepVisibility plugin
SentinelOneคืออะไร?
SentinelOne เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SentinelOne และคุณลักษณะหลักของมันคือ "SentinelOne DeepVisibility plugin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SentinelOne
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |