CenturyLink Cloud Status
Real-time updates of status.ctl.io
O que é CenturyLink Cloud Status?
CenturyLink Cloud Status é uma extensão do Chrome desenvolvida por https://ctl.io, e sua principal característica é "Real-time updates of status.ctl.io".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CenturyLink Cloud Status
Baixe arquivos de extensão CenturyLink Cloud Status no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | abhpdblgadmelnffnnfddppakgbfimmj |
URL Oficial | https://chromewebstore.google.com/detail/centurylink-cloud-status/abhpdblgadmelnffnnfddppakgbfimmj |
Descrição | Real-time updates of status.ctl.io |
Tamanho do Arquivo | 19.75 KB |
Contagem de Instalações | 114 |
Versão Atual | 1.0.3 |
Última Atualização | 2017-08-07 |
Data de Publicação | 2017-08-07 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | https://ctl.io |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |