StandApp for JIRA

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

Wat is StandApp for JIRA?

StandApp for JIRA is een Chrome-extensie ontwikkeld door jcaveman, en de belangrijkste functie is "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie StandApp for JIRA

Download StandApp for JIRA-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

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

Basisinformatie over de Extensie

Naam StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
Officiële URL https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Beschrijving A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
Bestandsgrootte 228 KB
Aantal Installaties 57
Huidige Versie 0.0.2
Laatst Bijgewerkt 2017-03-22
Publicatiedatum 2017-03-22
Ontwikkelaar jcaveman
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}