Story Point Calculator

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

Cos'è Story Point Calculator?

Story Point Calculator è un'estensione di Chrome sviluppata da Key Building Blocks, e la sua funzione principale è "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Story Point Calculator

Scarica i file di estensione Story Point Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Story Point Calculator Story Point Calculator
ID fclgpcfikilpaodkkebikeboeagkbpen
URL Ufficiale https://chromewebstore.google.com/detail/story-point-calculator/fclgpcfikilpaodkkebikeboeagkbpen
Descrizione A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!
Dimensione del File 82.73 KB
Conteggio Installazioni 590
Versione Corrente 0.9.4
Ultimo Aggiornamento 2018-08-04
Data di Pubblicazione 2018-08-03
Sviluppatore Key Building Blocks
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}