CenturyLink Cloud Status

Real-time updates of status.ctl.io

Cos'è CenturyLink Cloud Status?

CenturyLink Cloud Status è un'estensione di Chrome sviluppata da https://ctl.io, e la sua funzione principale è "Real-time updates of status.ctl.io".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CenturyLink Cloud Status

Scarica i file di estensione CenturyLink Cloud Status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CenturyLink Cloud Status CenturyLink Cloud Status
ID abhpdblgadmelnffnnfddppakgbfimmj
URL Ufficiale https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj
Descrizione Real-time updates of status.ctl.io
Dimensione del File 19.75 KB
Conteggio Installazioni 114
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-08-07
Data di Pubblicazione 2017-08-07
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://ctl.io
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}