TLS/SSL checker and reminder - ElevenGuard

Monitor TLS/SSL certificate expiration and get notified via email or Slack.

什麼是TLS/SSL checker and reminder - ElevenGuard?

TLS/SSL checker and reminder - ElevenGuard是由https://elevenguard.com開發的Chrome擴展程式,該擴展的主要功能是“Monitor TLS/SSL certificate expiration and get notified via email or Slack.”。

擴展截圖

screenshot
screenshot
screenshot

下載TLS/SSL checker and reminder - ElevenGuard擴展crx文件

下載TLS/SSL checker and reminder - ElevenGuard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Check in one click key details from a TLS/SSL certificate: Expiration date and Certificate Authority (CA).

ElevenGuard's Chrome Extension give you SSL checker to avoid red lights in production. You can also add reminders and be notified via email/Slack when a certain TLS/SSL certificate is about to expire.

⚠ Be updated on SSL certs expiration before errors start happening.
SSL certificates are not valid forever. They expire. That means that every website needs to renew or replace its SSL certificate. So, what happens when your SSL certificate expires? It makes your site/services unreachable. That is essentially a death warrant for your site’s traffic, sales or whatever metric or KPI you value.

⚠ No more red lights with SSL certificates.
Dont let cert renewal compromise your HTTPS availability. More often than not, script-generated haproxy configuration fails to pick new certificates and will put a red light on production status. Imagine that in a very high traffic web site and in your career.                    

擴展基本資訊

名稱 TLS/SSL checker and reminder - ElevenGuard TLS/SSL checker and reminder - ElevenGuard
ID nfbpakgdmfeimjgaolnijnccdighjiho
官方網址 https://chromewebstore.google.com/detail/tlsssl-checker-and-remind/nfbpakgdmfeimjgaolnijnccdighjiho
簡介 Monitor TLS/SSL certificate expiration and get notified via email or Slack.
檔案大小 16.8 KB
安裝次數 787
目前版本 1.01
更新時間 2021-12-09
上架時間 2021-10-09
開發者 https://elevenguard.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://elevenguard.com
說明頁面URL https://elevenguard.com/support
隱私政策頁面URL https://elevenguard.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TLS\/SSL checker and reminder - ElevenGuard",
    "version": "1.01",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "96": "assets\/icons\/favicon-96.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Monitor TLS\/SSL certificate expiration and get notified via email or Slack.",
    "homepage_url": "https:\/\/www.elevenguard.com",
    "short_name": "ElevenGuard",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Leo Almeida",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "96": "assets\/icons\/favicon-96.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Check TLS\/SSL expiration dates",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}