SSL Server Test
Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.
SSL Server Testคืออะไร?
SSL Server Test เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nitrohorse และคุณลักษณะหลักของมันคือ "Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SSL Server Test
ดาวน์โหลดไฟล์ส่วนขยาย SSL Server Test ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open-source web extension for quickly scanning a site with several server test services such as Mozilla Observatory and Qualys SSL Labs. Examples of just the hostname that is sent: - "https://duckduckgo.com/?q=privacy" -> "duckduckgo.com" - "https://www.openrightsgroup.org/blog/2015/responding-to-nothing-to-hide-nothing-to-fear" -> "www.openrightsgroup.org" --- Certificate icon by Icons8
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SSL Server Test |
ID | kppeghgjfhkpgbnjoacjjmicedhdmfmb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ssl-server-test/kppeghgjfhkpgbnjoacjjmicedhdmfmb |
คำอธิบาย | Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs. |
ขนาดไฟล์ | 11.85 KB |
จำนวนการติดตั้ง | 715 |
เวอร์ชันปัจจุบัน | 2.19.0 |
อัปเดตครั้งล่าสุด | 2021-01-30 |
วันที่เผยแพร่ | 2020-08-18 |
ผู้พัฒนา | nitrohorse |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gitlab.com/nitrohorse/ssl-server-test |
URL หน้าช่วยเหลือ | https://gitlab.com/nitrohorse/ssl-server-test/-/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SSL Server Test", "short_name": "ssl-server-test", "description": "Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.", "version": "2.19.0", "icons": { "80": "icons\/80x80.png" }, "browser_action": { "default_title": "SSL Server Test", "default_popup": "badge\/popup.html", "default_icon": { "80": "icons\/80x80.png" } }, "background": { "scripts": [ "utils\/common.js", "utils\/utils.js", "context-menu\/context-menu.js" ] }, "permissions": [ "tabs", "contextMenus" ] } |