JIRA Story Points Helper

Visualizing each assignee's story points in all sprints

What is JIRA Story Points Helper?

JIRA Story Points Helper is a Chrome extension developed by Jui-Shan (Jenny) Liang, and its main feature is "Visualizing each assignee's story points in all sprints".

Extension Screenshots

screenshot

Download JIRA Story Points Helper Extension CRX File

Download JIRA Story Points Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        https://github.com/jsliang/jira-story-points-helper                    

Extension Basic Information

Name JIRA Story Points Helper JIRA Story Points Helper
ID ldnpljmdajcdedkbohffomaoigpnakle
Official URL https://chromewebstore.google.com/detail/jira-story-points-helper/ldnpljmdajcdedkbohffomaoigpnakle
Description Visualizing each assignee's story points in all sprints
File Size 116 KB
Installation Count 151
Current Version 0.4.4
Last Updated 2018-05-08
Publish Date 2018-05-08
Rating 5.00/5 Total 3 Ratings
Developer Jui-Shan (Jenny) Liang
Payment Type free
Extension Website https://github.com/jsliang/jira-taskboard-helper
Supported Languages en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "jira-story-points-helper",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.4.4",
    "author": "Jui-Shan Liang ",
    "homepage_url": "https:\/\/github.com\/jsliang\/jira-story-points-helper",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/secure\/RapidBoard.jspa*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ]
}