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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Key Building Blocks และคุณลักษณะหลักของมันคือ "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Story Point Calculator
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |