Story Point Calculator

A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!

Story Point Calculator란 무엇입니까?

Story Point Calculator은(는) Key Building Blocks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!"입니다.

확장 프로그램 스크린샷

screenshot

Story Point Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BETA RELEASE. Bugs and point estimate algorithms are still being improved.

An estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!

A uniform calculator helps the team to measure task estimates using the same size measurement stick when defining a story point.                    

확장 프로그램 기본 정보

이름 Story Point Calculator Story Point Calculator
ID fclgpcfikilpaodkkebikeboeagkbpen
공식 URL https://chromewebstore.google.com/detail/story-point-calculator/fclgpcfikilpaodkkebikeboeagkbpen
설명 A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!
파일 크기 82.73 KB
설치 횟수 590
현재 버전 0.9.4
최근 업데이트 2018-08-04
출시 날짜 2018-08-03
개발자 Key Building Blocks
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Story Point Calculator",
    "version": "0.9.4",
    "description": "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Story Point Calculator",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}