CenturyLink Cloud Status

Real-time updates of status.ctl.io

Co je CenturyLink Cloud Status?

CenturyLink Cloud Status je rozšíření Chrome vyvinuté https://ctl.io, a jeho hlavní funkcí je „Real-time updates of status.ctl.io“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření CenturyLink Cloud Status

Stáhněte si soubory rozšíření CenturyLink Cloud Status ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název CenturyLink Cloud Status CenturyLink Cloud Status
ID abhpdblgadmelnffnnfddppakgbfimmj
Oficiální URL https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj
Popis Real-time updates of status.ctl.io
Velikost souboru 19.75 KB
Počet instalací 114
Aktuální Verze 1.0.3
Poslední Aktualizace 2017-08-07
Datum Vydání 2017-08-07
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář https://ctl.io
Typ Platby free
Podporované Jazyky 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\/"
    ]
}