Symantec Extension

Works along with a Symantec Information Security product to secure sensitive information based on company policy.

Symantec Extension là gì?

Symantec Extension là một tiện ích mở rộng Chrome được phát triển bởi Symantec Enterprise Division, Broadcom Inc., và tính năng chính của nó là "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Ả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 Symantec Extension

Tải xuống các tệp mở rộng Symantec Extension 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

                        Extension works along with Symantec Information Protection product for protecting data based on company policy.  Symantec Extension offers an in-browser security solution for protecting information based on company policy. This extension works in conjunction with Symantec Information Protection product.                    

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

Tên Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
URL Chính Thức https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Mô tả Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Kích Thước Tệp 12.79 KB
Số Lần Cài Đặt 4,674,722
Phiên Bản Hiện Tại 16.0.101
Cập Nhật Lần Cuối 2022-11-29
Ngày Phát Hành 2022-11-29
Đánh Giá 1.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Symantec Enterprise Division, Broadcom Inc.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.broadcom.com/company/legal/privacy/policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Symantec Extension",
    "version": "16.0.101",
    "description": "Works along with a Symantec Information Security product to secure sensitive information based on company policy.",
    "icons": {
        "16": "icons\/symantec_logo_16.png",
        "48": "icons\/symantec_logo_48.png",
        "128": "icons\/symantec_logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "ContentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}