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
} | |