Symantec Extension

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

Apa itu Symantec Extension?

Symantec Extension adalah ekstensi Chrome yang dikembangkan oleh Symantec Enterprise Division, Broadcom Inc., dan fitur utamanya adalah "Works along with a Symantec Information Security product to secure sensitive information based on company policy.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Symantec Extension

Unduh file ekstensi Symantec Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Symantec Extension Symantec Extension
ID dehobbhellcfbmcaeppgfjhnldeimdph
URL Resmi https://chromewebstore.google.com/detail/symantec-extension/dehobbhellcfbmcaeppgfjhnldeimdph
Deskripsi Works along with a Symantec Information Security product to secure sensitive information based on company policy.
Ukuran File 12.79 KB
Jumlah Instalasi 4,674,722
Versi Saat Ini 16.0.101
Terakhir Diperbarui 2022-11-29
Tanggal Publikasi 2022-11-29
Penilaian 1.33/5 Total 12 Penilaian
Pengembang Symantec Enterprise Division, Broadcom Inc.
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.broadcom.com/company/legal/privacy/policy
Bahasa yang Didukung 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": [
        ""
    ]
}