StandApp for JIRA

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

Cos'è StandApp for JIRA?

StandApp for JIRA è un'estensione di Chrome sviluppata da jcaveman, e la sua funzione principale è "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione StandApp for JIRA

Scarica i file di estensione StandApp for JIRA 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

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

Informazioni di Base sull'Estensione

Nome StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
URL Ufficiale https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Descrizione A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
Dimensione del File 228 KB
Conteggio Installazioni 57
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-03-22
Data di Pubblicazione 2017-03-22
Sviluppatore jcaveman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}