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.
Vad är Sprint Team Capacity Calculator?
Sprint Team Capacity Calculator är en Chrome-tillägg utvecklad av Matt Carlucci, och dess huvudfunktion är "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.".
Tilläggsskärmbilder
Ladda ner Sprint Team Capacity Calculator-förlängningens CRX-fil
Ladda ner Sprint Team Capacity Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | kmhnjphlhbbbljklgceaadadlkcmaglo |
| Officiell webbadress | https://chromewebstore.google.com/detail/sprint-team-capacity-calc/kmhnjphlhbbbljklgceaadadlkcmaglo |
| Beskrivning | Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc. |
| Filstorlek | 50.95 KB |
| Antal Installationer | 407 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-12-10 |
| Publiceringsdatum | 2022-10-10 |
| Utvecklare | Matt Carlucci |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.mcarlucci.com |
| Stödda Språk | 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"
}
} | |