CenturyLink Cloud Status
Real-time updates of status.ctl.io
什么是CenturyLink Cloud Status?
CenturyLink Cloud Status是由https://ctl.io开发的Chrome扩展程序,该扩展的主要功能是“Real-time updates of status.ctl.io”。
扩展截图
下载CenturyLink Cloud Status扩展crx文件
下载CenturyLink Cloud Status扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | abhpdblgadmelnffnnfddppakgbfimmj |
官方URL | https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj |
简介 | Real-time updates of status.ctl.io |
文件大小 | 19.75 KB |
安装次数 | 114 |
当前版本 | 1.0.3 |
更新时间 | 2017-08-07 |
上架时间 | 2017-08-07 |
评分 | 4.00/5 共2次评分 |
开发者 | https://ctl.io |
付费类型 | free |
支持的语言 | 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\/" ] } |