Symantec Extension

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

Symantec Extension क्या है?

Symantec Extension Symantec Enterprise Division, Broadcom Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Works along with a Symantec Information Security product to secure sensitive information based on company policy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Symantec Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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": [
        ""
    ]
}