Trellix DLP Endpoint Extension

Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads

Trellix DLP Endpoint Extension란 무엇입니까?

Trellix DLP Endpoint Extension은(는) DLP_Support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads"입니다.

확장 프로그램 스크린샷

screenshot

Trellix DLP Endpoint Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Trellix DLP Extension works in conjunction with Trellix DLP Software to provide data loss protection. This extension monitors websites for URL information and sends content to Trellix DLP Software for analysis.                    

확장 프로그램 기본 정보

이름 Trellix DLP Endpoint Extension Trellix DLP Endpoint Extension
ID cokbpgemipiebgbmnnlfboefilmdlonm
공식 URL https://chromewebstore.google.com/detail/trellix-dlp-endpoint-exte/cokbpgemipiebgbmnnlfboefilmdlonm
설명 Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads
파일 크기 20.42 KB
설치 횟수 6,000,000
현재 버전 1.21
최근 업데이트 2023-09-03
출시 날짜 2023-03-03
평점 1.83/5 총 6 개의 평점
개발자 DLP_Support
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.trellix.com/en-us/about/legal/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trellix DLP Endpoint Extension",
    "version": "1.21",
    "description": "Trellix DLP Extension monitors address bar URL and helps to protect corporate data uploads",
    "icons": {
        "16": "Trellix16.png",
        "32": "Trellix32.png",
        "128": "Trellix128.png"
    },
    "author": "Trellix LLC",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "webNavigation",
        "webRequestBlocking",
        "storage",
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ]
}