Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
Go JIRA là gì?
Go JIRA là một tiện ích mở rộng Chrome được phát triển bởi klaufel, và tính năng chính của nó là "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.".
Ả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 Go JIRA
Tải xuống các tệp mở rộng Go JIRA 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
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards, such as your current sprint, backlog and quickly access any issue.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
URL Chính Thức | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
Mô tả | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
Kích Thước Tệp | 25.2 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-11-20 |
Ngày Phát Hành | 2020-09-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | klaufel |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/klaufel/gojira |
URL Trang Trợ Giúp | https://github.com/klaufel/gojira/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go JIRA", "version": "1.0.1", "description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "src\/modules\/options\/options.html", "omnibox": { "keyword": "gojira" }, "background": { "page": "src\/modules\/background\/background.html" }, "page_action": { "default_popup": "src\/modules\/popup\/popup.html", "default_icon": { "128": "images\/icon-128.png" } }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "minimum_chrome_version": "61", "manifest_version": 2 } |