Datadog Cycle
An extension to cycle through datadog graphs on a dashboard
What is Datadog Cycle?
Datadog Cycle is a Chrome extension developed by Wan Song, and its main feature is "An extension to cycle through datadog graphs on a dashboard".
Extension Screenshots
Download Datadog Cycle Extension CRX File
Download Datadog Cycle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Datadog Cycle |
ID | ajnlgopclpgdglnholecdpfiffmponjj |
Official URL | https://chromewebstore.google.com/detail/datadog-cycle/ajnlgopclpgdglnholecdpfiffmponjj |
Description | An extension to cycle through datadog graphs on a dashboard |
File Size | 14.69 KB |
Installation Count | 20 |
Current Version | 1.0.3 |
Last Updated | 2015-12-16 |
Publish Date | 2015-12-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Wan Song |
Payment Type | free |
Supported Languages | 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:\/\/*\/" ] } |