Story Point Calculator

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

Was ist Story Point Calculator?

Story Point Calculator ist eine Chrome-Erweiterung, die von Key Building Blocks entwickelt wurde, und ihr Hauptmerkmal ist "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!".

Erweiterungsscreenshots

screenshot

Story Point Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Story Point Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Story Point Calculator Story Point Calculator
ID fclgpcfikilpaodkkebikeboeagkbpen
Offizielle URL https://chromewebstore.google.com/detail/story-point-calculator/fclgpcfikilpaodkkebikeboeagkbpen
Beschreibung A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!
Dateigröße 82.73 KB
Installationsanzahl 590
Aktuelle Version 0.9.4
Letztes Update 2018-08-04
Veröffentlichungsdatum 2018-08-03
Entwickler Key Building Blocks
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}