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
公式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\/"
    ]
}