StandApp for JIRA

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

What is StandApp for JIRA?

StandApp for JIRA is a Chrome extension developed by jcaveman, and its main feature is "A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!".

Extension Screenshots

screenshot

Download StandApp for JIRA Extension CRX File

Download StandApp for JIRA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
Official URL https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
Description A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
File Size 228 KB
Installation Count 57
Current Version 0.0.2
Last Updated 2017-03-22
Publish Date 2017-03-22
Developer jcaveman
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}