JIRA Buddy
A helper for your most common or day-to-day OnDemand JIRA tasks.
JIRA Buddy là gì?
JIRA Buddy là một tiện ích mở rộng Chrome được phát triển bởi Paulo Ávila, và tính năng chính của nó là "A helper for your most common or day-to-day OnDemand JIRA tasks.".
Ả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 Buddy
Tải xuống các tệp mở rộng JIRA Buddy 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 is a trial release intended for the development team I work with. It has passed my tests (I've been using it for months now) so feel free to use it while it's still in beta! This is an open source project: https://github.com/demoive/JIRA-Buddy Please submit bugs and issues on GitHub: https://github.com/demoive/JIRA-Buddy/issues Project Board: https://trello.com/board/jira-buddy/512dfc830265343a150027ad
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JIRA Buddy |
ID | nbojmnaggjklggjfddmlognhlchhgblp |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-buddy/nbojmnaggjklggjfddmlognhlchhgblp |
Mô tả | A helper for your most common or day-to-day OnDemand JIRA tasks. |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2013-03-28 |
Ngày Phát Hành | 2013-03-28 |
Nhà Phát Triển | Paulo Ávila |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JIRA Buddy", "description": "__MSG_extensionDescription__", "version": "0.7", "default_locale": "en", "icons": { "16": "assets\/img\/icon_favicon-infobar.png", "48": "assets\/img\/icon_extension-prefs.png", "128": "assets\/img\/icon_store-dialogs.png" }, "browser_action": { "default_icon": "assets\/img\/browser-button.png", "default_title": "__MSG_browserActionTitle__", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "assets\/js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/*.atlassian.net\/rest\/api\/2\/" ] } |