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はMatt Carlucciによって開発されたChromeの拡張機能で、その主な機能は「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

Sprint Team Capacity Calculator拡張機能のCRXファイルをダウンロード

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