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”。

擴展截圖

screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 CenturyLink Cloud Status CenturyLink Cloud Status
ID abhpdblgadmelnffnnfddppakgbfimmj
官方網址 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\/"
    ]
}