Trellix Endpoint Security Web Control

Trellix Endpoint Security Web Control

Trellix Endpoint Security Web Control là gì?

Trellix Endpoint Security Web Control là một tiện ích mở rộng Chrome được phát triển bởi Trellix, và tính năng chính của nó là "Trellix Endpoint Security Web Control".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trellix Endpoint Security Web Control

Tải xuống các tệp mở rộng Trellix Endpoint Security Web Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trellix Endpoint Security Web Control Trellix Endpoint Security Web Control
ID jjkchpdmjjdmalgembblgafllbpcjlei
URL Chính Thức https://chromewebstore.google.com/detail/trellix-endpoint-security/jjkchpdmjjdmalgembblgafllbpcjlei
Mô tả Trellix Endpoint Security Web Control
Kích Thước Tệp 163 KB
Số Lần Cài Đặt 9,712,555
Phiên Bản Hiện Tại 10.7.0.5775
Cập Nhật Lần Cuối 2023-10-27
Ngày Phát Hành 2019-08-29
Đánh Giá 2.33/5 Tổng số 398 Đánh Giá
Nhà Phát Triển Trellix
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.trellix.com/en-us/about/legal/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}