SSL Server Test
Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.
SSL Server Test là gì?
SSL Server Test là một tiện ích mở rộng Chrome được phát triển bởi nitrohorse, và tính năng chính của nó là "Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.".
Ả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 SSL Server Test
Tải xuống các tệp mở rộng SSL Server Test 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SSL Server Test |
ID | kppeghgjfhkpgbnjoacjjmicedhdmfmb |
URL Chính Thức | https://chromewebstore.google.com/detail/ssl-server-test/kppeghgjfhkpgbnjoacjjmicedhdmfmb |
Mô tả | Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs. |
Kích Thước Tệp | 11.85 KB |
Số Lần Cài Đặt | 715 |
Phiên Bản Hiện Tại | 2.19.0 |
Cập Nhật Lần Cuối | 2021-01-30 |
Ngày Phát Hành | 2020-08-18 |
Nhà Phát Triển | nitrohorse |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gitlab.com/nitrohorse/ssl-server-test |
URL Trang Trợ Giúp | https://gitlab.com/nitrohorse/ssl-server-test/-/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |