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.
Co to jest Sprint Team Capacity Calculator?
Sprint Team Capacity Calculator to rozszerzenie Chrome opracowane przez Matt Carlucci, a jego główną funkcją jest „Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sprint Team Capacity Calculator
Pobierz pliki rozszerzeń Sprint Team Capacity Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kmhnjphlhbbbljklgceaadadlkcmaglo |
| Oficjalny URL | https://chromewebstore.google.com/detail/sprint-team-capacity-calc/kmhnjphlhbbbljklgceaadadlkcmaglo |
| Opis | Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc. |
| Rozmiar pliku | 50.95 KB |
| Liczba instalacji | 407 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2022-12-10 |
| Data Publikacji | 2022-10-10 |
| Deweloper | Matt Carlucci |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.mcarlucci.com |
| Obsługiwane Języki | 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"
}
} | |