SentinelOne

SentinelOne DeepVisibility plugin

SentinelOne란 무엇입니까?

SentinelOne은(는) SentinelOne에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SentinelOne DeepVisibility plugin"입니다.

확장 프로그램 스크린샷

screenshot

SentinelOne 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}