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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sslhub.store และคุณลักษณะหลักของมันคือ "Swiftly diagnose, validate, and fix SSL issues for web security! Explore SSL Checker by SSLHub for rapid certificate analysis."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SSL Checker by SSLHub.store

ดาวน์โหลดไฟล์ส่วนขยาย SSL Checker by SSLHub.store ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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