Trellix Endpoint Security Web Control

Trellix Endpoint Security Web Control

Trellix Endpoint Security Web Control란 무엇입니까?

Trellix Endpoint Security Web Control은(는) Trellix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trellix Endpoint Security Web Control"입니다.

확장 프로그램 스크린샷

screenshot

Trellix Endpoint Security Web Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is intended for use with Trellix Endpoint Security Web Control software to provide color-coded URL safety ratings and blocking of malicious web-page navigation and suspicious file downloads. The extension is able to be used with all currently supported versions of Trellix Endpoint Security Web Control, which must be installed in order for the extension to function.                    

확장 프로그램 기본 정보

이름 Trellix Endpoint Security Web Control Trellix Endpoint Security Web Control
ID jjkchpdmjjdmalgembblgafllbpcjlei
공식 URL https://chromewebstore.google.com/detail/trellix-endpoint-security/jjkchpdmjjdmalgembblgafllbpcjlei
설명 Trellix Endpoint Security Web Control
파일 크기 163 KB
설치 횟수 9,712,555
현재 버전 10.7.0.5775
최근 업데이트 2023-10-27
출시 날짜 2019-08-29
평점 2.33/5 총 398 개의 평점
개발자 Trellix
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.trellix.com/en-us/about/legal/privacy.html
지원되는 언어 de,en,fr,nl,es,it,pl,pt-BR,sv,ru,iw,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/www.trellix.com\/SAE*",
                "*:\/\/www.trellix.com\/SAE*"
            ],
            "js": [
                "ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/www.trellix.com\/SAE*",
                "*:\/\/www.trellix.com\/SAE*"
            ],
            "js": [
                "ContentOnDocStart.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "WarnBlockContentScript.js"
            ],
            "matches": [
                "*:\/\/www.trellix.com\/SAE*",
                "*:\/\/www.trellix.com\/SAE*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Resources\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAstjjez+4dhtPgzjnfOmwvUXqOJux1FPPc9F5Tz3UJBqOG0U7AUKwuLcLyT1OIL\/qWKZo+jH8OuqplqqoU7Dg8kEDlzsGmYkhc4S2I9kL+EH7OdPJJkTVodzVjKJAauEsuu8IOPPfs8xszgcosJ1UdfaX2BiD21vt8pdvaXBv6EtAVuiY7RP6t9KCIcIAKi1XplGi7QcQQCH6lmxX0Cy0eQgfZWMhYJcIWfp47ErgO+1tPvF+I0iYgjut5VjqvuxlWNR8VFAaxhH0ENE0nkwUvJvSKTNrvArPSD0wzLpPUuwnNhEQER+oSuDpx4S3\/XQew1PiQVDfm6W46CVqSJuAvQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "page_action": {
        "default_icon": "Resources\/nb_button_grey.gif",
        "default_popup": "popup.html",
        "default_title": "Trellix Endpoint Security Web Control"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "nativeMessaging",
        "downloads",
        "file:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "10.7.0.5775",
    "web_accessible_resources": [
        "Resources\/mcafee.gif"
    ]
}