Symantec Browser Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Symantec Browser Protection란 무엇입니까?

Symantec Browser Protection은(는) https://broadcom.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Security by Symantec Endpoint Security Division of Broadcom."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Symantec Browser Protection 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}