External #id links for Trello
Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…
External #id links for Trello là gì?
External #id links for Trello là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Gotti, và tính năng chính của nó là "Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create…".
Ả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 External #id links for Trello
Tải xuống các tệp mở rộng External #id links for 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
Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create external links to an issue tracker) This extension is in no mean affiliated to Trello or FogCreek
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | External #id links for Trello |
ID | moglieipohafoofeibjajmlilecbhpeh |
URL Chính Thức | https://chromewebstore.google.com/detail/external-id-links-for-tre/moglieipohafoofeibjajmlilecbhpeh |
Mô tả | Allow to add dynamic external links to trello cards title when refering to external references by #idReference (usefull to create… |
Kích Thước Tệp | 15.45 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2014-03-17 |
Ngày Phát Hành | 2014-03-17 |
Nhà Phát Triển | Jonathan Gotti |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/malko/chrome-extension-trello-id-external-links |
URL Trang Trợ Giúp | https://github.com/malko/chrome-extension-trello-id-external-links/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "make-links.js" ], "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ] } ], "manifest_version": 2, "name": "External #id links for Trello", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.4" } |