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 |
Eメール | [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'" } |