Qualys BrowserCheck for Windows
FIND and FIX security issues in your browsers, plugins and missing security updates on Windows
Qualys BrowserCheck for Windows là gì?
Qualys BrowserCheck for Windows là một tiện ích mở rộng Chrome được phát triển bởi Qualys Inc., và tính năng chính của nó là "FIND and FIX security issues in your browsers, plugins and missing security updates on Windows".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Qualys BrowserCheck for Windows
Tải xuống các tệp mở rộng Qualys BrowserCheck for Windows dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Qualys BrowserCheck will perform a security analysis of your browsers and plugins, and will run several system checks including the Top4 Security Controls.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Qualys BrowserCheck for Windows |
ID | foklmnihmhdobgonljkdamiiohnobkff |
URL Chính Thức | https://chromewebstore.google.com/detail/qualys-browsercheck-for-w/foklmnihmhdobgonljkdamiiohnobkff |
Mô tả | FIND and FIX security issues in your browsers, plugins and missing security updates on Windows |
Kích Thước Tệp | 24.57 KB |
Số Lần Cài Đặt | 10,926 |
Phiên Bản Hiện Tại | 1.10.46.1 |
Cập Nhật Lần Cuối | 2021-06-23 |
Ngày Phát Hành | 2021-06-22 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Qualys Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsercheck.qualys.com |
URL Trang Trợ Giúp | https://community.qualys.com/docs/DOC-1542 |
URL Trang Chính Sách Bảo Mật | https://www.qualys.com/company/privacy/statement |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |