SentinelOne

SentinelOne DeepVisibility plugin

ما هو SentinelOne؟

SentinelOne هو إضافة Chrome تم تطويرها بواسطة SentinelOne، والميزة الرئيسية لها هي "SentinelOne DeepVisibility plugin".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SentinelOne

قم بتنزيل ملفات الامتداد SentinelOne بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}