CenturyLink Cloud Status
Real-time updates of status.ctl.io
Wat is CenturyLink Cloud Status?
CenturyLink Cloud Status is een Chrome-extensie ontwikkeld door https://ctl.io, en de belangrijkste functie is "Real-time updates of status.ctl.io".
Extensie Screenshots
Download het CRX-bestand van de extensie CenturyLink Cloud Status
Download CenturyLink Cloud Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | abhpdblgadmelnffnnfddppakgbfimmj |
Officiële URL | https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj |
Beschrijving | Real-time updates of status.ctl.io |
Bestandsgrootte | 19.75 KB |
Aantal Installaties | 114 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2017-08-07 |
Publicatiedatum | 2017-08-07 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://ctl.io |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |