Qualys BrowserCheck for Windows

FIND and FIX security issues in your browsers, plugins and missing security updates on Windows

Qualys BrowserCheck for Windows란 무엇입니까?

Qualys BrowserCheck for Windows은(는) Qualys Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FIND and FIX security issues in your browsers, plugins and missing security updates on Windows"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Qualys BrowserCheck for Windows 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Qualys BrowserCheck will perform a security analysis of your browsers and plugins, and will run several system checks including the Top4 Security Controls.                    

확장 프로그램 기본 정보

이름 Qualys BrowserCheck for Windows Qualys BrowserCheck for Windows
ID foklmnihmhdobgonljkdamiiohnobkff
공식 URL https://chromewebstore.google.com/detail/qualys-browsercheck-for-w/foklmnihmhdobgonljkdamiiohnobkff
설명 FIND and FIX security issues in your browsers, plugins and missing security updates on Windows
파일 크기 24.57 KB
설치 횟수 10,926
현재 버전 1.10.46.1
최근 업데이트 2021-06-23
출시 날짜 2021-06-22
평점 3.67/5 총 3 개의 평점
개발자 Qualys Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browsercheck.qualys.com
도움말 페이지 URL https://community.qualys.com/docs/DOC-1542
개인정보 보호 정책 페이지 URL https://www.qualys.com/company/privacy/statement
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qualys BrowserCheck for Windows",
    "short_name": "BrowserCheck",
    "description": "FIND and FIX security issues in your browsers, plugins and missing security updates on Windows",
    "homepage_url": "https:\/\/browsercheck.qualys.com\/",
    "version": "1.10.46.1",
    "minimum_chrome_version": "29.0",
    "icons": {
        "128": "qualys128.png",
        "48": "qualys48.png",
        "16": "qualys16.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "npqbc.js",
            "npfilter.js",
            "base64.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "notifications",
        "storage",
        "cookies",
        "https:\/\/browsercheck.qualys.com\/"
    ],
    "browser_action": {
        "default_icon": "qualys16.png"
    },
    "content_security_policy": "object-src 'self' https:\/\/browsercheck.qualys.com\/; script-src 'self' https:\/\/browsercheck.qualys.com\/",
    "web_accessible_resources": [
        "qualys48.png",
        "qbc_extension_client.js"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/browsercheck.qualys.com\/",
                "*:\/\/browsercheck.qualys.com\/?euid=&ls=1",
                "*:\/\/browsercheck.qualys.com\/?ls=1"
            ],
            "js": [
                "qbc_bootstrapper.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/browsercheck.qualys.com\/",
                "*:\/\/browsercheck.qualys.com\/?euid=&ls=1",
                "*:\/\/browsercheck.qualys.com\/?ls=1"
            ],
            "js": [
                "qbc_content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}