Datadog Cycle

An extension to cycle through datadog graphs on a dashboard

Apa itu Datadog Cycle?

Datadog Cycle adalah ekstensi Chrome yang dikembangkan oleh Wan Song, dan fitur utamanya adalah "An extension to cycle through datadog graphs on a dashboard".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Datadog Cycle

Unduh file ekstensi Datadog Cycle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Datadog Cycle Datadog Cycle
ID ajnlgopclpgdglnholecdpfiffmponjj
URL Resmi https://chromewebstore.google.com/detail/datadog-cycle/ajnlgopclpgdglnholecdpfiffmponjj
Deskripsi An extension to cycle through datadog graphs on a dashboard
Ukuran File 14.69 KB
Jumlah Instalasi 20
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2015-12-16
Tanggal Publikasi 2015-12-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Wan Song
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/"
    ]
}