CenturyLink Cloud Status
Real-time updates of status.ctl.io
CenturyLink Cloud Status란 무엇입니까?
CenturyLink Cloud Status은(는) https://ctl.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real-time updates of status.ctl.io"입니다.
확장 프로그램 스크린샷
CenturyLink Cloud Status 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |