JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
JIRA - Boards Extensionsとは何ですか?
JIRA - Boards Extensionsはmeeticdevによって開発されたChromeの拡張機能で、その主な機能は「Improve JIRA boards by adding sum of stories points inside the header of each column.」です。
拡張機能のスクリーンショット
JIRA - Boards Extensions拡張機能のCRXファイルをダウンロード
JIRA - Boards Extensions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension keeps a live counter that sums all the story points in each JIRA boards columns.
You can now tell how many points you achieved very quickly. 拡張機能の基本情報
| 名前 | |
| ID | phkfdhidmgfikplhghpcififneeiefgi |
| 公式URL | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
| 説明 | Improve JIRA boards by adding sum of stories points inside the header of each column. |
| ファイルサイズ | 8.25 KB |
| インストール数 | 54 |
| 現在のバージョン | 0.1.2 |
| 最終更新日 | 2016-08-30 |
| 公開日 | 2016-08-30 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | meeticdev |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JIRA - Boards Extensions",
"description": "Improve JIRA boards by adding sum of stories points inside the header of each column.",
"version": "0.1.2",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/*\/secure\/RapidBoard.jspa*"
],
"js": [
"injected_script.js"
]
}
],
"icons": {
"128": "icon128.png"
},
"manifest_version": 2
} | |