Qualys BrowserCheck for Windows
FIND and FIX security issues in your browsers, plugins and missing security updates on Windows
What is Qualys BrowserCheck for Windows?
Qualys BrowserCheck for Windows is a Chrome extension developed by Qualys Inc., and its main feature is "FIND and FIX security issues in your browsers, plugins and missing security updates on Windows".
Extension Screenshots
Download Qualys BrowserCheck for Windows Extension CRX File
Download Qualys BrowserCheck for Windows extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Qualys BrowserCheck will perform a security analysis of your browsers and plugins, and will run several system checks including the Top4 Security Controls.
Extension Basic Information
Name | Qualys BrowserCheck for Windows |
ID | foklmnihmhdobgonljkdamiiohnobkff |
Official URL | https://chromewebstore.google.com/detail/qualys-browsercheck-for-w/foklmnihmhdobgonljkdamiiohnobkff |
Description | FIND and FIX security issues in your browsers, plugins and missing security updates on Windows |
File Size | 24.57 KB |
Installation Count | 10,926 |
Current Version | 1.10.46.1 |
Last Updated | 2021-06-23 |
Publish Date | 2021-06-22 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Qualys Inc. |
[email protected] | |
Payment Type | free |
Extension Website | https://browsercheck.qualys.com |
Help Page URL | https://community.qualys.com/docs/DOC-1542 |
Privacy Policy Page URL | https://www.qualys.com/company/privacy/statement |
Supported Languages | 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" } ] } |