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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor TLS/SSL certificate expiration and get notified via email or Slack."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TLS/SSL checker and reminder - ElevenGuard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | nfbpakgdmfeimjgaolnijnccdighjiho |
आधिकारिक URL | 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 } } |