SSL Checker by SSLHub.store

Swiftly diagnose, validate, and fix SSL issues for web security! Explore SSL Checker by SSLHub for rapid certificate analysis.

SSL Checker by SSLHub.store란 무엇입니까?

SSL Checker by SSLHub.store은(는) https://sslhub.store에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Swiftly diagnose, validate, and fix SSL issues for web security! Explore SSL Checker by SSLHub for rapid certificate analysis."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SSL Checker by SSLHub.store 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SSL Checker by SSLHub.store - Boost Web Security!
Ensure your website's SSL is in top-notch condition with SSL Checker by SSLHub.store. Our extension makes it easy to diagnose, validate, and fix SSL issues swiftly. Elevate your web security and provide a seamless browsing experience for your users.

How It Works:
- Click the Extension Icon: Locate and click on the SSL Checker icon in your Chrome extensions.
- Enter Domain Name: Input the domain name you want to analyze. For example, try entering "sslhub.store."
- Click "Check SSL": Hit the "Check SSL" button to initiate the analysis.

What Our SSL Checker Reveals:
 * Domain Information: sslhub.store resolves to [IP Address].
 * Certificate Trust: The certificate is trusted by all major web browsers, ensuring optimal user experience.
 * Server Details: The website is hosted on [Server Details].
 * Certificate Expiry: The certificate will expire in [Days Remaining], allowing you to plan ahead for renewals.
 * Hostname Validation: The hostname (sslhub.store) is correctly listed in the certificate.
 * Server Certificate Details:
 * Common Name: [Common Name]
 * SANs: sslhub.store, www.sslhub.store
 * Validity: From [Valid From] to [Valid To]
 * Serial Number: [Serial Number]
 * Signature Algorithm: [Signature Algorithm]
 * Issuer: [Issuer]

Make Web Security a Priority - Install SSL Checker by SSLHub.store Today!
Optimize your SSL configuration, identify potential issues, and fortify your website's security. Download SSL Checker by SSLHub.store now and ensure a safe and secure browsing environment for your users.                    

확장 프로그램 기본 정보

이름 SSL Checker by SSLHub.store SSL Checker by SSLHub.store
ID cnacodeielmmcaccijfpcepbbggogipa
공식 URL https://chromewebstore.google.com/detail/ssl-checker-by-sslhubstor/cnacodeielmmcaccijfpcepbbggogipa
설명 Swiftly diagnose, validate, and fix SSL issues for web security! Explore SSL Checker by SSLHub for rapid certificate analysis.
파일 크기 439 KB
설치 횟수 61
현재 버전 1.0.1
최근 업데이트 2024-01-04
출시 날짜 2023-12-13
평점 5.00/5 총 4 개의 평점
개발자 https://sslhub.store
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sslhub.store
도움말 페이지 URL https://sslhub.store/contacts
개인정보 보호 정책 페이지 URL https://sslhub.store/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SSL Checker by SSLHub.store",
    "description": "Swiftly diagnose, validate, and fix SSL issues for web security! Explore SSL Checker by SSLHub for rapid certificate analysis.",
    "version": "1.0.1",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "icons": {
        "16": "images\/logo-shield-16.png",
        "19": "images\/logo-shield-19.png",
        "32": "images\/logo-shield-32.png",
        "48": "images\/logo-shield-48.png",
        "128": "images\/logo-shield-128.png"
    },
    "action": [],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*.sslhub.store\/*",
        "*:\/\/ext.sslhub.store\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                ""
            ],
            "js": [
                "inject.js",
                "app.js"
            ]
        }
    ]
}