StandApp for JIRA

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

Was ist StandApp for JIRA?

StandApp for JIRA ist eine Chrome-Erweiterung, die von jcaveman entwickelt wurde, und ihr Hauptmerkmal ist "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

Erweiterungsscreenshots

screenshot

StandApp for JIRA-Erweiterungs-CRX-Datei herunterladen

Laden Sie StandApp for JIRA-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
Offizielle URL https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Beschreibung A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
Dateigröße 228 KB
Installationsanzahl 57
Aktuelle Version 0.0.2
Letztes Update 2017-03-22
Veröffentlichungsdatum 2017-03-22
Entwickler jcaveman
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}