Symantec Extension

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

Symantec Extensionคืออะไร?

Symantec Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Symantec Enterprise Division, Broadcom Inc. และคุณลักษณะหลักของมันคือ "Works along with a Symantec Information Security product to secure sensitive information based on company policy."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Symantec Extension

ดาวน์โหลดไฟล์ส่วนขยาย Symantec Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
คำอธิบาย Works along with a Symantec Information Security product to secure sensitive information based on company policy.
ขนาดไฟล์ 12.79 KB
จำนวนการติดตั้ง 4,674,722
เวอร์ชันปัจจุบัน 16.0.101
อัปเดตครั้งล่าสุด 2022-11-29
วันที่เผยแพร่ 2022-11-29
คะแนน 1.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Symantec Enterprise Division, Broadcom Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.broadcom.com/company/legal/privacy/policy
ภาษาที่รองรับ 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": [
        ""
    ]
}