Story Point Calculator
A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!
What is Story Point Calculator?
Story Point Calculator is a Chrome extension developed by Key Building Blocks, and its main feature is "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!".
Extension Screenshots
Download Story Point Calculator Extension CRX File
Download Story Point 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
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.
Extension Basic Information
Name | Story Point Calculator |
ID | fclgpcfikilpaodkkebikeboeagkbpen |
Official URL | https://chromewebstore.google.com/detail/story-point-calculator/fclgpcfikilpaodkkebikeboeagkbpen |
Description | A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints! |
File Size | 82.73 KB |
Installation Count | 590 |
Current Version | 0.9.4 |
Last Updated | 2018-08-04 |
Publish Date | 2018-08-03 |
Developer | Key Building Blocks |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |