SentinelOne

SentinelOne DeepVisibility plugin

SentinelOne क्या है?

SentinelOne SentinelOne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SentinelOne DeepVisibility plugin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SentinelOne एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
    }
}