CenturyLink Cloud Status
Real-time updates of status.ctl.io
CenturyLink Cloud Status là gì?
CenturyLink Cloud Status là một tiện ích mở rộng Chrome được phát triển bởi https://ctl.io, và tính năng chính của nó là "Real-time updates of status.ctl.io".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CenturyLink Cloud Status
Tải xuống các tệp mở rộng CenturyLink Cloud Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | abhpdblgadmelnffnnfddppakgbfimmj |
URL Chính Thức | https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj |
Mô tả | Real-time updates of status.ctl.io |
Kích Thước Tệp | 19.75 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2017-08-07 |
Ngày Phát Hành | 2017-08-07 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://ctl.io |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |