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 là gì?

Scrumulator: Agile Storypoint Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://sethriggenbach.com, và tính năng chính của nó là "Scrumulator allows your team to easily and consistently determine story points, improving the accuracy of sprint planning".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrumulator: Agile Storypoint Calculator

Tải xuống các tệp mở rộng Scrumulator: Agile Storypoint Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrumulator: Agile Storypoint Calculator Scrumulator: Agile Storypoint Calculator
ID fliedlbhhfgkahhgopbhbhgpoddffkjn
URL Chính Thức https://chromewebstore.google.com/detail/scrumulator-agile-storypo/fliedlbhhfgkahhgopbhbhgpoddffkjn
Mô tả Scrumulator allows your team to easily and consistently determine story points, improving the accuracy of sprint planning
Kích Thước Tệp 6.25 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2023-10-31
Ngày Phát Hành 2022-04-06
Nhà Phát Triển https://sethriggenbach.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}