Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Symantec Browser Protection क्या है?

Symantec Browser Protection https://broadcom.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Security by Symantec Endpoint Security Division of Broadcom."।

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

screenshot
screenshot

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

crx प्रारूप में Symantec Browser Protection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Symantec Browser Protection offers an in-browser security solution for keeping you safe online. Now available for early preview. 

Symantec Threat Intelligence teams around the world provide unparalleled analysis and commentary on the cyberthreats affecting businesses today. Symantec Web Protection brings this intelligence into your browser to detect and block various web-borne threats such as:

❎ Phishing sites
❎ Malware downloads
❎ Malicious advertisements
❎ Compromised websites

Learn more about active threats from Symantec’s daily protection bulletins:
https://www.broadcom.com/support/security-center/protection-bulletin                    

एक्सटेंशन की मूल जानकारी

नाम Symantec Browser Protection Symantec Browser Protection
ID hielpjjagjimpgppnopiibaefhfpbpfn
आधिकारिक URL https://chromewebstore.google.com/detail/symantec-browser-protecti/hielpjjagjimpgppnopiibaefhfpbpfn
विवरण Browser Security by Symantec Endpoint Security Division of Broadcom.
फ़ाइल का आकार 276 KB
स्थापना संख्या 736
वर्तमान संस्करण 1.0.0.26
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2024-01-19
रेटिंग 5.00/5 कुल 150 रेटिंग्स
डेवलपर https://broadcom.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ced.broadcom.com/sed/all/sbp-install
सहायता पृष्ठ URL https://www.broadcom.com/company/contact-us/feedback-and-comments
गोपनीयता नीति पृष्ठ URL https://www.broadcom.com/company/legal/privacy/policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "Symantec Browser Protection",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 3,
    "version": "1.0.0.26",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "sep.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [],
    "icons": {
        "16": "sep.png",
        "48": "sep.png"
    },
    "incognito": "split",
    "permissions": [
        "storage",
        "webRequest",
        "downloads",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "__MSG_extensionName__"
    },
    "background": {
        "service_worker": "SBP.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}