Jira Story Points in Kanban Swimlanes
Show story points in Jira Kanban and Swimlane boards
What is Jira Story Points in Kanban Swimlanes?
Jira Story Points in Kanban Swimlanes is a Chrome extension developed by DB, and its main feature is "Show story points in Jira Kanban and Swimlane boards".
Extension Screenshots
Download Jira Story Points in Kanban Swimlanes Extension CRX File
Download Jira Story Points in Kanban Swimlanes 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 calculates the total story points for each status column in a Jira Kanban board. It also works with swimlane boards! Works on self-hosted Jira instances, too. Have feedback or bug reports? email [email protected]
Extension Basic Information
Name | Jira Story Points in Kanban Swimlanes |
ID | kbakllmjnpajpgjmcemgmpgmlcgdkikg |
Official URL | https://chromewebstore.google.com/detail/jira-story-points-in-kanb/kbakllmjnpajpgjmcemgmpgmlcgdkikg |
Description | Show story points in Jira Kanban and Swimlane boards |
File Size | 696 KB |
Installation Count | 26 |
Current Version | 0.0.1 |
Last Updated | 2023-02-06 |
Publish Date | 2023-02-06 |
Developer | DB |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Story Points in Kanban Swimlanes", "version": "0.0.1", "short_name": "Jira Kanban Points", "description": "Show story points in Jira Kanban and Swimlane boards", "manifest_version": 3, "permissions": [ "scripting", "tabs", "activeTab" ], "host_permissions": [ "https:\/\/*\/*" ], "optional_permissions": [], "icons": { "16": "assets\/img\/logo-16.png", "32": "assets\/img\/logo-32.png", "48": "assets\/img\/logo-48.png", "128": "assets\/img\/logo-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "minimum_chrome_version": "92" } |