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