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
官方網址 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"
        }
    ]
}