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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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:\/\/*\/" ] } |