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은(는) nitrohorse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly scan a site with several server test services such as Mozilla Observatory and Qualys SSL Labs."입니다.

확장 프로그램 스크린샷

screenshot

SSL Server Test 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}