SSL Server Test
Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.
Vad är SSL Server Test?
SSL Server Test är en Chrome-tillägg utvecklad av nitrohorse, och dess huvudfunktion är "Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.".
Tilläggsskärmbilder
Ladda ner SSL Server Test-förlängningens CRX-fil
Ladda ner SSL Server Test-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | kppeghgjfhkpgbnjoacjjmicedhdmfmb |
| Officiell webbadress | https://chromewebstore.google.com/detail/ssl-server-test/kppeghgjfhkpgbnjoacjjmicedhdmfmb |
| Beskrivning | Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs. |
| Filstorlek | 11.85 KB |
| Antal Installationer | 715 |
| Aktuell Version | 2.19.0 |
| Senast Uppdaterad | 2021-01-30 |
| Publiceringsdatum | 2020-08-18 |
| Utvecklare | nitrohorse |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://gitlab.com/nitrohorse/ssl-server-test |
| Hjälpsida URL | https://gitlab.com/nitrohorse/ssl-server-test/-/issues |
| Stödda Språk | 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"
]
} | |