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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FIND and FIX security issues in your browsers, plugins and missing security updates on Windows"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Qualys BrowserCheck for Windows एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |