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 - это расширение Chrome, разработанное Matt Carlucci, и его основная функция - "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.".
Снимки экрана расширения
Скачать файл CRX расширения Sprint Team Capacity Calculator
Скачайте файлы расширений 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"
}
} | |