Story Point Totals for JIRA Kanban Boards
This extension totals story points in JIRA Kanban boards and puts them at the top of each column.
Story Point Totals for JIRA Kanban Boards là gì?
Story Point Totals for JIRA Kanban Boards là một tiện ích mở rộng Chrome được phát triển bởi https://noahcoffey.com, và tính năng chính của nó là "This extension totals story points in JIRA Kanban boards and puts them at the top of each column.".
Ả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 Story Point Totals for JIRA Kanban Boards
Tải xuống các tệp mở rộng Story Point Totals for JIRA Kanban Boards 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 will count up story point values present in any cards contained in a JIRA Kanban (rapid board) and show the total points at the top of each column (replacing the displayed number of cards).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Story Point Totals for JIRA Kanban Boards |
ID | codmglobaohfdpjjckagjaanifogeili |
URL Chính Thức | https://chromewebstore.google.com/detail/story-point-totals-for-ji/codmglobaohfdpjjckagjaanifogeili |
Mô tả | This extension totals story points in JIRA Kanban boards and puts them at the top of each column. |
Kích Thước Tệp | 19.07 KB |
Số Lần Cài Đặt | 201 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2019-07-02 |
Ngày Phát Hành | 2019-07-02 |
Đánh Giá | 2.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://noahcoffey.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://noahcoffey.com/jira-story-points/ |
URL Trang Trợ Giúp | https://noahcoffey.com/jira-story-points/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Point Totals for JIRA Kanban Boards", "short_name": "JIRA Story Point Totals", "version": "0.0.2", "manifest_version": 2, "description": "This extension totals story points in JIRA Kanban boards and puts them at the top of each column.", "homepage_url": "https:\/\/noahcoffey.com\/jira-story-points", "author": "Noah Coffey", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |