Sprint Team Capacity Calculator
Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.
什么是Sprint Team Capacity Calculator?
Sprint Team Capacity Calculator是由Matt Carlucci开发的Chrome扩展程序,该扩展的主要功能是“Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.”。
扩展截图
下载Sprint Team Capacity Calculator扩展crx文件
下载Sprint Team Capacity Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc. Approved and love by Certified ScrumMasters! 扩展基本信息
| 名称 | |
| ID | kmhnjphlhbbbljklgceaadadlkcmaglo |
| 官方URL | https://chromewebstore.google.com/detail/sprint-team-capacity-calc/kmhnjphlhbbbljklgceaadadlkcmaglo |
| 简介 | Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc. |
| 文件大小 | 50.95 KB |
| 安装次数 | 407 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-12-10 |
| 上架时间 | 2022-10-10 |
| 开发者 | Matt Carlucci |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.mcarlucci.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Sprint Team Capacity Calculator",
"version": "1.0.0",
"action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"author": "Matt Carlucci",
"description": "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |