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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Key Building Blocks, και η κύρια λειτουργία του είναι "A quick estimator tool to uniformly estimate story points during sprint planning. Use this tool as your team plans sprints!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Story Point Calculator

Λήψη αρχείων επέκτασης Story Point Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}