Jira Story Points in Kanban Swimlanes
Show story points in Jira Kanban and Swimlane boards
Jira Story Points in Kanban Swimlanes là gì?
Jira Story Points in Kanban Swimlanes là một tiện ích mở rộng Chrome được phát triển bởi DB, và tính năng chính của nó là "Show story points in Jira Kanban and Swimlane boards".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jira Story Points in Kanban Swimlanes
Tải xuống các tệp mở rộng Jira Story Points in Kanban Swimlanes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jira Story Points in Kanban Swimlanes |
ID | kbakllmjnpajpgjmcemgmpgmlcgdkikg |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-story-points-in-kanb/kbakllmjnpajpgjmcemgmpgmlcgdkikg |
Mô tả | Show story points in Jira Kanban and Swimlane boards |
Kích Thước Tệp | 696 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-02-06 |
Ngày Phát Hành | 2023-02-06 |
Nhà Phát Triển | DB |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |