CenturyLink Cloud Status
Real-time updates of status.ctl.io
CenturyLink Cloud Statusคืออะไร?
CenturyLink Cloud Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ctl.io และคุณลักษณะหลักของมันคือ "Real-time updates of status.ctl.io"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CenturyLink Cloud Status
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |