CenturyLink Cloud Status
Real-time updates of status.ctl.io
What is CenturyLink Cloud Status?
CenturyLink Cloud Status is a Chrome extension developed by https://ctl.io, and its main feature is "Real-time updates of status.ctl.io".
Extension Screenshots
Download CenturyLink Cloud Status Extension CRX File
Download CenturyLink Cloud Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | abhpdblgadmelnffnnfddppakgbfimmj |
Official URL | https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj |
Description | Real-time updates of status.ctl.io |
File Size | 19.75 KB |
Installation Count | 114 |
Current Version | 1.0.3 |
Last Updated | 2017-08-07 |
Publish Date | 2017-08-07 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://ctl.io |
Payment Type | free |
Supported Languages | 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\/" ] } |