StandApp for JIRA

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

什么是StandApp for JIRA?

StandApp for JIRA是由jcaveman开发的Chrome扩展程序,该扩展的主要功能是“A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!”。

扩展截图

screenshot

下载StandApp for JIRA扩展crx文件

下载StandApp for JIRA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 StandApp for JIRA StandApp for JIRA
ID icnndpdjphmbbgdnenihafhpmggmmmpo
官方URL https://chrome.google.com/webstore/detail/icnndpdjphmbbgdnenihafhpmggmmmpo
简介 A plugin for JIRA scrum (rapid) boards that makes standups quick and easy!
文件大小 228 KB
安装次数 57
当前版本 0.0.2
更新时间 2017-03-22
上架时间 2017-03-22
开发者 jcaveman
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}