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