Datadog Cycle
An extension to cycle through datadog graphs on a dashboard
Was ist Datadog Cycle?
Datadog Cycle ist eine Chrome-Erweiterung, die von Wan Song entwickelt wurde, und ihr Hauptmerkmal ist "An extension to cycle through datadog graphs on a dashboard".
Erweiterungsscreenshots
Datadog Cycle-Erweiterungs-CRX-Datei herunterladen
Laden Sie Datadog Cycle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ajnlgopclpgdglnholecdpfiffmponjj |
| Offizielle URL | https://chromewebstore.google.com/detail/datadog-cycle/ajnlgopclpgdglnholecdpfiffmponjj |
| Beschreibung | An extension to cycle through datadog graphs on a dashboard |
| Dateigröße | 14.69 KB |
| Installationsanzahl | 20 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2015-12-16 |
| Veröffentlichungsdatum | 2015-12-15 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Wan Song |
| Zahlungsart | free |
| Unterstützte Sprachen | 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:\/\/*\/"
]
} | |