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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}