JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
What is JIRA - Boards Extensions?
JIRA - Boards Extensions is a Chrome extension developed by meeticdev, and its main feature is "Improve JIRA boards by adding sum of stories points inside the header of each column.".
Extension Screenshots
Download JIRA - Boards Extensions Extension CRX File
Download JIRA - Boards Extensions 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
This extension keeps a live counter that sums all the story points in each JIRA boards columns. You can now tell how many points you achieved very quickly.
Extension Basic Information
Name | |
ID | phkfdhidmgfikplhghpcififneeiefgi |
Official URL | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
Description | Improve JIRA boards by adding sum of stories points inside the header of each column. |
File Size | 8.25 KB |
Installation Count | 54 |
Current Version | 0.1.2 |
Last Updated | 2016-08-30 |
Publish Date | 2016-08-30 |
Rating | 2.33/5 Total 3 Ratings |
Developer | meeticdev |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA - Boards Extensions", "description": "Improve JIRA boards by adding sum of stories points inside the header of each column.", "version": "0.1.2", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*\/secure\/RapidBoard.jspa*" ], "js": [ "injected_script.js" ] } ], "icons": { "128": "icon128.png" }, "manifest_version": 2 } |