JIRA Story Points Helper

Visualizing each assignee's story points in all sprints

JIRA Story Points Helperとは何ですか?

JIRA Story Points HelperはJui-Shan (Jenny) Liangによって開発されたChromeの拡張機能で、その主な機能は「Visualizing each assignee's story points in all sprints」です。

拡張機能のスクリーンショット

screenshot

JIRA Story Points Helper拡張機能のCRXファイルをダウンロード

JIRA Story Points Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        https://github.com/jsliang/jira-story-points-helper                    

拡張機能の基本情報

名前 JIRA Story Points Helper JIRA Story Points Helper
ID ldnpljmdajcdedkbohffomaoigpnakle
公式URL https://chromewebstore.google.com/detail/jira-story-points-helper/ldnpljmdajcdedkbohffomaoigpnakle
説明 Visualizing each assignee's story points in all sprints
ファイルサイズ 116 KB
インストール数 151
現在のバージョン 0.4.4
最終更新日 2018-05-08
公開日 2018-05-08
評価 5.00/5 合計 3 レビュー
開発者 Jui-Shan (Jenny) Liang
支払い方法 free
拡張機能のウェブサイト https://github.com/jsliang/jira-taskboard-helper
対応言語 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "jira-story-points-helper",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.4.4",
    "author": "Jui-Shan Liang ",
    "homepage_url": "https:\/\/github.com\/jsliang\/jira-story-points-helper",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}