Scrumulator: Agile Storypoint Calculator

Scrumulator allows your team to easily and consistently determine story points, improving the accuracy of sprint planning

什麼是Scrumulator: Agile Storypoint Calculator?

Scrumulator: Agile Storypoint Calculator是由https://sethriggenbach.com開發的Chrome擴展程式,該擴展的主要功能是“Scrumulator allows your team to easily and consistently determine story points, improving the accuracy of sprint planning”。

擴展截圖

screenshot

下載Scrumulator: Agile Storypoint Calculator擴展crx文件

下載Scrumulator: Agile Storypoint Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Whether you are a developer new to Scrum, a seasoned Scrum master, or a Scrum instructor teaching brand-new Scrum trainees, ensuring a consistent approach to story pointing is a difficult and complicated process. 

Without accurate and consistent story pointing, it is near impossible to forecast velocity or plan upcoming sprints. 

Scrumulator solves this problem by providing your team with a fool-proof approach to story pointing. Simply select the anticipated time commitment along with the estimated level of complexity, and let the calculator do the rest!

Once you're satisfied with the results, click the copy button to instantly copy the story point value to your clipboard, then paste in Jira, Asana, or your project management software of choice. 

You can use Scrumulator by itself, or as part of an established process like story point poker. 

Either way, you will never second guess the accuracy or consistency of your story points again.                    

擴展基本資訊

名稱 Scrumulator: Agile Storypoint Calculator Scrumulator: Agile Storypoint Calculator
ID fliedlbhhfgkahhgopbhbhgpoddffkjn
官方網址 https://chromewebstore.google.com/detail/scrumulator-agile-storypo/fliedlbhhfgkahhgopbhbhgpoddffkjn
簡介 Scrumulator allows your team to easily and consistently determine story points, improving the accuracy of sprint planning
檔案大小 6.25 KB
安裝次數 66
目前版本 0.0.0.2
更新時間 2023-10-31
上架時間 2022-04-06
開發者 https://sethriggenbach.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Scrumulator allows your team to easily and consistently determine story points, improving the accuracy of sprint planning",
    "name": "Scrumulator: Agile Storypoint Calculator",
    "version": "0.0.0.2",
    "web_accessible_resources": [
        {
            "resources": [
                "\/scrumulator.htm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "\/scrumulator.htm"
    },
    "icons": {
        "128": "icon128.png"
    }
}