JIRA - Boards Extensions
Improve JIRA boards by adding sum of stories points inside the header of each column.
JIRA - Boards Extensions là gì?
JIRA - Boards Extensions là một tiện ích mở rộng Chrome được phát triển bởi meeticdev, và tính năng chính của nó là "Improve JIRA boards by adding sum of stories points inside the header 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 JIRA - Boards Extensions
Tải xuống các tệp mở rộng JIRA - Boards Extensions 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | phkfdhidmgfikplhghpcififneeiefgi |
URL Chính Thức | https://chrome.google.com/webstore/detail/jira-boards-extensions/phkfdhidmgfikplhghpcififneeiefgi |
Mô tả | Improve JIRA boards by adding sum of stories points inside the header of each column. |
Kích Thước Tệp | 8.25 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2016-08-30 |
Ngày Phát Hành | 2016-08-30 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | meeticdev |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |