SSL Server Test

Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.

Cos'è SSL Server Test?

SSL Server Test è un'estensione di Chrome sviluppata da nitrohorse, e la sua funzione principale è "Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SSL Server Test

Scarica i file di estensione SSL Server Test in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SSL Server Test SSL Server Test
ID kppeghgjfhkpgbnjoacjjmicedhdmfmb
URL Ufficiale https://chromewebstore.google.com/detail/ssl-server-test/kppeghgjfhkpgbnjoacjjmicedhdmfmb
Descrizione Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs.
Dimensione del File 11.85 KB
Conteggio Installazioni 715
Versione Corrente 2.19.0
Ultimo Aggiornamento 2021-01-30
Data di Pubblicazione 2020-08-18
Sviluppatore nitrohorse
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gitlab.com/nitrohorse/ssl-server-test
URL della Pagina di Aiuto https://gitlab.com/nitrohorse/ssl-server-test/-/issues
Lingue Supportate 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"
    ]
}