Story Point Totals for JIRA Kanban Boards
This extension totals story points in JIRA Kanban boards and puts them at the top of each column.
Story Point Totals for JIRA Kanban Boardsとは何ですか?
Story Point Totals for JIRA Kanban Boardsはhttps://noahcoffey.comによって開発されたChromeの拡張機能で、その主な機能は「This extension totals story points in JIRA Kanban boards and puts them at the top of each column.」です。
拡張機能のスクリーンショット
Story Point Totals for JIRA Kanban Boards拡張機能のCRXファイルをダウンロード
Story Point Totals for JIRA Kanban Boards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will count up story point values present in any cards contained in a JIRA Kanban (rapid board) and show the total points at the top of each column (replacing the displayed number of cards).
拡張機能の基本情報
名前 | Story Point Totals for JIRA Kanban Boards |
ID | codmglobaohfdpjjckagjaanifogeili |
公式URL | https://chromewebstore.google.com/detail/story-point-totals-for-ji/codmglobaohfdpjjckagjaanifogeili |
説明 | This extension totals story points in JIRA Kanban boards and puts them at the top of each column. |
ファイルサイズ | 19.07 KB |
インストール数 | 201 |
現在のバージョン | 0.0.2 |
最終更新日 | 2019-07-02 |
公開日 | 2019-07-02 |
評価 | 2.00/5 合計 2 レビュー |
開発者 | https://noahcoffey.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://noahcoffey.com/jira-story-points/ |
ヘルプページのURL | https://noahcoffey.com/jira-story-points/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Point Totals for JIRA Kanban Boards", "short_name": "JIRA Story Point Totals", "version": "0.0.2", "manifest_version": 2, "description": "This extension totals story points in JIRA Kanban boards and puts them at the top of each column.", "homepage_url": "https:\/\/noahcoffey.com\/jira-story-points", "author": "Noah Coffey", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |