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