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.
Hvad er Sprint Team Capacity Calculator?
Sprint Team Capacity Calculator er en Chrome-udvidelse udviklet af Matt Carlucci, og dens hovedfunktion er "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.".
Udvidelsesskærmbilleder
Download Sprint Team Capacity Calculator-udvidelses-CRX-fil
Download Sprint Team Capacity Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | kmhnjphlhbbbljklgceaadadlkcmaglo |
| Officiel URL | https://chromewebstore.google.com/detail/sprint-team-capacity-calc/kmhnjphlhbbbljklgceaadadlkcmaglo |
| Beskrivelse | Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc. |
| Filstørrelse | 50.95 KB |
| Antal Installationer | 407 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2022-12-10 |
| Udgivelsesdato | 2022-10-10 |
| Udvikler | Matt Carlucci |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.mcarlucci.com |
| Understøttede Sprog | 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"
}
} | |