Sprint Team Capacity Calculator

Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.

Sprint Team Capacity Calculatorคืออะไร?

Sprint Team Capacity Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Carlucci และคุณลักษณะหลักของมันคือ "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sprint Team Capacity Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Sprint Team Capacity Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc. Approved and love by Certified ScrumMasters!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sprint Team Capacity Calculator Sprint Team Capacity Calculator
ID kmhnjphlhbbbljklgceaadadlkcmaglo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sprint-team-capacity-calc/kmhnjphlhbbbljklgceaadadlkcmaglo
คำอธิบาย Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.
ขนาดไฟล์ 50.95 KB
จำนวนการติดตั้ง 407
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-12-10
วันที่เผยแพร่ 2022-10-10
ผู้พัฒนา Matt Carlucci
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.mcarlucci.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sprint Team Capacity Calculator",
    "version": "1.0.0",
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "author": "Matt Carlucci",
    "description": "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}