SSL Server Test
Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.
Co to jest SSL Server Test?
SSL Server Test to rozszerzenie Chrome opracowane przez nitrohorse, a jego główną funkcją jest „Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SSL Server Test
Pobierz pliki rozszerzeń SSL Server Test w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kppeghgjfhkpgbnjoacjjmicedhdmfmb |
| Oficjalny URL | https://chromewebstore.google.com/detail/ssl-server-test/kppeghgjfhkpgbnjoacjjmicedhdmfmb |
| Opis | Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs. |
| Rozmiar pliku | 11.85 KB |
| Liczba instalacji | 715 |
| Aktualna Wersja | 2.19.0 |
| Ostatnia Aktualizacja | 2021-01-30 |
| Data Publikacji | 2020-08-18 |
| Deweloper | nitrohorse |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://gitlab.com/nitrohorse/ssl-server-test |
| Adres URL Strony Pomocy | https://gitlab.com/nitrohorse/ssl-server-test/-/issues |
| Obsługiwane Języki | 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"
]
} | |