Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Τι είναι το Symantec Browser Protection;

Το Symantec Browser Protection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://broadcom.com, και η κύρια λειτουργία του είναι "Browser Security by Symantec Endpoint Security Division of Broadcom.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Symantec Browser Protection

Λήψη αρχείων επέκτασης Symantec Browser Protection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
    }
}