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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}