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.
Was ist Sprint Team Capacity Calculator?
Sprint Team Capacity Calculator ist eine Chrome-Erweiterung, die von Matt Carlucci entwickelt wurde, und ihr Hauptmerkmal ist "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.".
Erweiterungsscreenshots
Sprint Team Capacity Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sprint Team Capacity Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kmhnjphlhbbbljklgceaadadlkcmaglo |
| Offizielle URL | https://chromewebstore.google.com/detail/sprint-team-capacity-calc/kmhnjphlhbbbljklgceaadadlkcmaglo |
| Beschreibung | Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc. |
| Dateigröße | 50.95 KB |
| Installationsanzahl | 407 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2022-12-10 |
| Veröffentlichungsdatum | 2022-10-10 |
| Entwickler | Matt Carlucci |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.mcarlucci.com |
| Unterstützte Sprachen | 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"
}
} | |