Datadog Cycle

An extension to cycle through datadog graphs on a dashboard

Wat is Datadog Cycle?

Datadog Cycle is een Chrome-extensie ontwikkeld door Wan Song, en de belangrijkste functie is "An extension to cycle through datadog graphs on a dashboard".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Datadog Cycle

Download Datadog Cycle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Datadog Cycle Datadog Cycle
ID ajnlgopclpgdglnholecdpfiffmponjj
Officiële URL https://chromewebstore.google.com/detail/datadog-cycle/ajnlgopclpgdglnholecdpfiffmponjj
Beschrijving An extension to cycle through datadog graphs on a dashboard
Bestandsgrootte 14.69 KB
Aantal Installaties 20
Huidige Versie 1.0.3
Laatst Bijgewerkt 2015-12-16
Publicatiedatum 2015-12-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Wan Song
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/"
    ]
}