StandApp for JIRA

A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!

Apa itu StandApp for JIRA?

StandApp for JIRA adalah ekstensi Chrome yang dikembangkan oleh jcaveman, dan fitur utamanya adalah "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi StandApp for JIRA

Unduh file ekstensi StandApp for JIRA 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

                        This extension works with the Jira Sprintboard. Use it to make standup meetings quicker and more efficient!                    

Informasi Dasar Ekstensi

Nama StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
URL Resmi https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Deskripsi A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
Ukuran File 228 KB
Jumlah Instalasi 57
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-03-22
Tanggal Publikasi 2017-03-22
Pengembang jcaveman
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StandApp for JIRA",
    "description": "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/RapidBoard*",
                "https:\/\/*\/RapidBoard*",
                "http:\/\/*\/*\/RapidBoard*",
                "https:\/\/*\/*\/RapidBoard*",
                "http:\/\/*\/*\/*\/RapidBoard*",
                "https:\/\/*\/*\/*\/RapidBoard*"
            ],
            "js": [
                "standapp.min.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}