Story Point Calculator
A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!
Wat is Story Point Calculator?
Story Point Calculator is een Chrome-extensie ontwikkeld door Key Building Blocks, en de belangrijkste functie is "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!".
Extensie Screenshots
Download het CRX-bestand van de extensie Story Point Calculator
Download Story Point Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
BETA RELEASE. Bugs and point estimate algorithms are still being improved. An estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints! A uniform calculator helps the team to measure task estimates using the same size measurement stick when defining a story point.
Basisinformatie over de Extensie
Naam | Story Point Calculator |
ID | fclgpcfikilpaodkkebikeboeagkbpen |
Officiële URL | https://chromewebstore.google.com/detail/story-point-calculator/fclgpcfikilpaodkkebikeboeagkbpen |
Beschrijving | A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints! |
Bestandsgrootte | 82.73 KB |
Aantal Installaties | 590 |
Huidige Versie | 0.9.4 |
Laatst Bijgewerkt | 2018-08-04 |
Publicatiedatum | 2018-08-03 |
Ontwikkelaar | Key Building Blocks |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Point Calculator", "version": "0.9.4", "description": "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!", "permissions": [ "activeTab" ], "browser_action": { "default_title": "Story Point Calculator", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |