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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } ] } |