StandApp for JIRA

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

Qu'est-ce que StandApp for JIRA ?

StandApp for JIRA est une extension Chrome développée par jcaveman, et sa fonction principale est "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension StandApp for JIRA

Téléchargez les fichiers d'extension StandApp for JIRA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
URL Officiel https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Description A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
Taille du Fichier 228 KB
Nombre d'Installations 57
Version Actuelle 0.0.2
Dernière Mise à Jour 2017-03-22
Date de Publication 2017-03-22
Développeur jcaveman
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}