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
Eメール [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"
        }
    ]
}