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.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Works along with a Symantec Information Security product to secure sensitive information based on company policy."입니다.

확장 프로그램 스크린샷

screenshot

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

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