Bug 2 Trello
Import bug information to a Trello card.
Bug 2 Trello là gì?
Bug 2 Trello là một tiện ích mở rộng Chrome được phát triển bởi https://blog.andrewsomething.com, và tính năng chính của nó là "Import bug information to a Trello card.".
Ả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 Bug 2 Trello
Tải xuống các tệp mở rộng Bug 2 Trello 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
Bugs 2 Trello is a Chrome extension to add bugs/issues to a Trello board. It currently supports Launchpad, GitHub, SourceForge, Google Code, BitBucket, Debian's BTS, and some Bugzilla instances. Bugs 2 Trello is open source software. It is released under the MIT license. The code is available on GitHub, and you can report bugs there. https://github.com/andrewsomething/bug2trello
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bug 2 Trello |
ID | aomnoofmdnaccffobkddehcmdihggcke |
URL Chính Thức | https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke |
Mô tả | Import bug information to a Trello card. |
Kích Thước Tệp | 114 KB |
Số Lần Cài Đặt | 179 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2017-05-09 |
Ngày Phát Hành | 2017-05-08 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://blog.andrewsomething.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/ |
URL Trang Trợ Giúp | https://github.com/andrewsomething/bug2trello/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bug 2 Trello", "short_name": "bug2trello", "version": "0.7", "description": "Import bug information to a Trello card.", "icons": { "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "browser_action": { "default_title": "Bug 2 Trello", "default_icon": "icons\/icon-32.png", "default_popup": "popup\/popup.html" }, "permissions": [ "notifications", "tabs", "https:\/\/*\/", "http:\/\/*\/" ], "web_accessible_resources": [ "options\/options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |