Story Point Calculator

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

Hvad er Story Point Calculator?

Story Point Calculator er en Chrome-udvidelse udviklet af Key Building Blocks, og dens hovedfunktion er "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!".

Udvidelsesskærmbilleder

screenshot

Download Story Point Calculator-udvidelses-CRX-fil

Download Story Point Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Story Point Calculator Story Point Calculator
ID fclgpcfikilpaodkkebikeboeagkbpen
Officiel URL https://chromewebstore.google.com/detail/story-point-calculator/fclgpcfikilpaodkkebikeboeagkbpen
Beskrivelse A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!
Filstørrelse 82.73 KB
Antal Installationer 590
Nuværende Version 0.9.4
Senest Opdateret 2018-08-04
Udgivelsesdato 2018-08-03
Udvikler Key Building Blocks
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}