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 - это расширение Chrome, разработанное Qualys Inc., и его основная функция - "FIND and FIX security issues in your browsers, plugins and missing security updates on Windows".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Qualys BrowserCheck for Windows

Скачайте файлы расширений 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"
        }
    ]
}