Datadog Cycle

An extension to cycle through datadog graphs on a dashboard

Cos'è Datadog Cycle?

Datadog Cycle è un'estensione di Chrome sviluppata da Wan Song, e la sua funzione principale è "An extension to cycle through datadog graphs on a dashboard".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Datadog Cycle

Scarica i file di estensione Datadog Cycle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Datadog Cycle Datadog Cycle
ID ajnlgopclpgdglnholecdpfiffmponjj
URL Ufficiale https://chromewebstore.google.com/detail/datadog-cycle/ajnlgopclpgdglnholecdpfiffmponjj
Descrizione An extension to cycle through datadog graphs on a dashboard
Dimensione del File 14.69 KB
Conteggio Installazioni 20
Versione Corrente 1.0.3
Ultimo Aggiornamento 2015-12-16
Data di Pubblicazione 2015-12-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Wan Song
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}