Datadog Cycle
An extension to cycle through datadog graphs on a dashboard
Qu'est-ce que Datadog Cycle ?
Datadog Cycle est une extension Chrome développée par Wan Song, et sa fonction principale est "An extension to cycle through datadog graphs on a dashboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Datadog Cycle
Téléchargez les fichiers d'extension Datadog Cycle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Datadog Cycle |
ID | ajnlgopclpgdglnholecdpfiffmponjj |
URL Officiel | https://chromewebstore.google.com/detail/datadog-cycle/ajnlgopclpgdglnholecdpfiffmponjj |
Description | An extension to cycle through datadog graphs on a dashboard |
Taille du Fichier | 14.69 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2015-12-16 |
Date de Publication | 2015-12-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Wan Song |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/" ] } |