Story Point Calculator
A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!
什么是Story Point Calculator?
Story Point Calculator是由Key Building Blocks开发的Chrome扩展程序,该扩展的主要功能是“A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!”。
扩展截图
下载Story Point Calculator扩展crx文件
下载Story Point Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Story Point Calculator |
ID | fclgpcfikilpaodkkebikeboeagkbpen |
官方URL | https://chromewebstore.google.com/detail/story-point-calculator/fclgpcfikilpaodkkebikeboeagkbpen |
简介 | A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints! |
文件大小 | 82.73 KB |
安装次数 | 590 |
当前版本 | 0.9.4 |
更新时间 | 2018-08-04 |
上架时间 | 2018-08-03 |
开发者 | Key Building Blocks |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |