Datadog Cycle
An extension to cycle through datadog graphs on a dashboard
ما هو Datadog Cycle؟
Datadog Cycle هو إضافة Chrome تم تطويرها بواسطة Wan Song، والميزة الرئيسية لها هي "An extension to cycle through datadog graphs on a dashboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Datadog Cycle
قم بتنزيل ملفات الامتداد Datadog Cycle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enables cycling through full screen Datadog graphs and metrics. Great for displaying Datadog data on a large screen. Instructions for use: Click start to cycle through all graphs on a dashboard. Click stop to stop cycling. Limitations: Recommended for use on screens wider that 1280px. Changelog: 1.0.3 - Force play state to keep graph up to date 1.0.2 - Fix refresh cycle too short for fullscreen update 1.0.1 - Added selection of graphs for cycling 1.0.0 - Initial release
معلومات أساسية عن التمديد
الاسم | Datadog Cycle |
ID | ajnlgopclpgdglnholecdpfiffmponjj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/datadog-cycle/ajnlgopclpgdglnholecdpfiffmponjj |
الوصف | An extension to cycle through datadog graphs on a dashboard |
حجم الملف | 14.69 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2015-12-16 |
تاريخ النشر | 2015-12-15 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Wan Song |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Datadog Cycle", "version": "1.0.3", "manifest_version": 2, "description": "An extension to cycle through datadog graphs on a dashboard", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/app.datadoghq.com\/dash\/*" ], "js": [ "index.js" ] } ], "permissions": [ "storage", "http:\/\/*\/", "https:\/\/*\/" ] } |