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文件

下载Qualys BrowserCheck for Windows扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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