CenturyLink Cloud Status
Real-time updates of status.ctl.io
Что такое CenturyLink Cloud Status?
CenturyLink Cloud Status - это расширение Chrome, разработанное https://ctl.io, и его основная функция - "Real-time updates of status.ctl.io".
Снимки экрана расширения
Скачать файл CRX расширения CenturyLink Cloud Status
Скачайте файлы расширений 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!
Основная информация о расширении
Название | |
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\/" ] } |