Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
Add it for Trello là gì?
Add it for Trello là một tiện ích mở rộng Chrome được phát triển bởi wyegelwel, và tính năng chính của nó là "This extension lets you add new cards to boards/lists and attach the current page as a comment".
Ả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 Add it for Trello
Tải xuống các tệp mở rộng Add it 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
Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all. Github link: https://github.com/wyegelwel/Trello_It
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
URL Chính Thức | https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch |
Mô tả | This extension lets you add new cards to boards/lists and attach the current page as a comment |
Kích Thước Tệp | 768 KB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2015-07-28 |
Ngày Phát Hành | 2015-07-27 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | wyegelwel |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add it for Trello", "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment", "version": "0.3", "browser_action": { "default_icon": "images\/Trello_it_logo.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/trello.com\/", "https:\/\/api.trello.com\/", "tabs" ] } |