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.

Apa itu Sprint Team Capacity Calculator?

Sprint Team Capacity Calculator adalah ekstensi Chrome yang dikembangkan oleh Matt Carlucci, dan fitur utamanya adalah "Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Sprint Team Capacity Calculator

Unduh file ekstensi Sprint Team Capacity Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Sprint Team Capacity Calculator Sprint Team Capacity Calculator
ID kmhnjphlhbbbljklgceaadadlkcmaglo
URL Resmi https://chromewebstore.google.com/detail/sprint-team-capacity-calc/kmhnjphlhbbbljklgceaadadlkcmaglo
Deskripsi Calculate the total amount of Story Points your team can take on during a given sprint - based on time off, average velocity, etc.
Ukuran File 50.95 KB
Jumlah Instalasi 407
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-12-10
Tanggal Publikasi 2022-10-10
Pengembang Matt Carlucci
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.mcarlucci.com
Bahasa yang Didukung 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"
    }
}