CenturyLink Cloud Status

Real-time updates of status.ctl.io

Qu'est-ce que CenturyLink Cloud Status ?

CenturyLink Cloud Status est une extension Chrome développée par https://ctl.io, et sa fonction principale est "Real-time updates of status.ctl.io".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CenturyLink Cloud Status

Téléchargez les fichiers d'extension CenturyLink Cloud Status au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom CenturyLink Cloud Status CenturyLink Cloud Status
ID abhpdblgadmelnffnnfddppakgbfimmj
URL Officiel https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj
Description Real-time updates of status.ctl.io
Taille du Fichier 19.75 KB
Nombre d'Installations 114
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-08-07
Date de Publication 2017-08-07
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://ctl.io
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}