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.
What is Sprint Team Capacity Calculator?
Sprint Team Capacity Calculator is a Chrome extension developed by Matt Carlucci, and its main feature is "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.".
Extension Screenshots
Download Sprint Team Capacity Calculator Extension CRX File
Download Sprint Team Capacity Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Sprint Team Capacity Calculator |
ID | kmhnjphlhbbbljklgceaadadlkcmaglo |
Official URL | https://chromewebstore.google.com/detail/sprint-team-capacity-calc/kmhnjphlhbbbljklgceaadadlkcmaglo |
Description | Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc. |
File Size | 50.95 KB |
Installation Count | 407 |
Current Version | 1.0.0 |
Last Updated | 2022-12-10 |
Publish Date | 2022-10-10 |
Developer | Matt Carlucci |
[email protected] | |
Payment Type | free |
Extension Website | http://www.mcarlucci.com |
Supported Languages | 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" } } |