Craigslist to Trello
Add items from Craigslist directly into Trello
Craigslist to Trello là gì?
Craigslist to Trello là một tiện ích mở rộng Chrome được phát triển bởi steve.klebanoff, và tính năng chính của nó là "Add items from Craigslist directly into Trello".
Ả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 Craigslist to Trello
Tải xuống các tệp mở rộng Craigslist to 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
Post items from Craigslist directly to Trello
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Craigslist to Trello |
ID | fleimhcipmfmdmhafmdjnpbhaanhomdo |
URL Chính Thức | https://chromewebstore.google.com/detail/craigslist-to-trello/fleimhcipmfmdmhafmdjnpbhaanhomdo |
Mô tả | Add items from Craigslist directly into Trello |
Kích Thước Tệp | 1.33 MB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.3.5 |
Cập Nhật Lần Cuối | 2016-09-03 |
Ngày Phát Hành | 2016-09-03 |
Nhà Phát Triển | steve.klebanoff |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/steveklebanoff/chrome-craigslist-to-trello |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist to Trello", "description": "Add items from Craigslist directly into Trello", "version": "0.3.5", "browser_action": { "default_popup": "popup.html", "default_title": "Add Items From Craigslist to Trello" }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "tabs", "https:\/\/api.trello.com\/", "activeTab" ], "web_accessible_resources": [ "settings.html" ] } |