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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/" ] } |