CenturyLink Cloud Status
Real-time updates of status.ctl.io
Was ist CenturyLink Cloud Status?
CenturyLink Cloud Status ist eine Chrome-Erweiterung, die von https://ctl.io entwickelt wurde, und ihr Hauptmerkmal ist "Real-time updates of status.ctl.io".
Erweiterungsscreenshots
CenturyLink Cloud Status-Erweiterungs-CRX-Datei herunterladen
Laden Sie CenturyLink Cloud Status-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Status.ctl.io provides the status of the CenturyLink Cloud platform and the available services. You can use this extension to see the real-time, overall status for the platform and it's services. The icon will show a blue dot if there is a planned maintenance in progress, or an orange or red icon if a service is temporarily disrupted. Hovering over the icon will give you a brief description of the current status. To get more detailed information, click on the icon to go to the front page of the status application!
Grundlegende Informationen zur Erweiterung
Name | |
ID | abhpdblgadmelnffnnfddppakgbfimmj |
Offizielle URL | https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj |
Beschreibung | Real-time updates of status.ctl.io |
Dateigröße | 19.75 KB |
Installationsanzahl | 114 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2017-08-07 |
Veröffentlichungsdatum | 2017-08-07 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://ctl.io |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CenturyLink Cloud Status", "version": "1.0.3", "manifest_version": 2, "description": "Real-time updates of status.ctl.io", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_title": "CenturyLink Cloud Status", "default_icon": "icon-op.png" }, "permissions": [ "https:\/\/status.ctl.io\/" ] } |