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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Story Point Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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