SentinelOne

SentinelOne DeepVisibility plugin

Vad är SentinelOne?

SentinelOne är en Chrome-tillägg utvecklad av SentinelOne, och dess huvudfunktion är "SentinelOne DeepVisibility plugin".

Tilläggsskärmbilder

screenshot

Ladda ner SentinelOne-förlängningens CRX-fil

Ladda ner SentinelOne-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SentinelOne SentinelOne
ID iekfdmgbpmcklocjhlabimljddkeflgl
Officiell webbadress https://chromewebstore.google.com/detail/sentinelone/iekfdmgbpmcklocjhlabimljddkeflgl
Beskrivning SentinelOne DeepVisibility plugin
Filstorlek 8.87 KB
Antal Installationer 5,349,352
Aktuell Version 0.1.8
Senast Uppdaterad 2019-10-22
Publiceringsdatum 2019-10-22
Betyg 1.46/5 Totalt 139 Betyg
Utvecklare SentinelOne
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.sentinelone.com/legal/privacy-policy
Stödda Språk 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"
    }
}