Next Step for Trello
Check tasks directly from your Trello boards
Next Step for Trello là gì?
Next Step for Trello là một tiện ích mở rộng Chrome được phát triển bởi guisselle lopez, và tính năng chính của nó là "Check tasks directly from your Trello boards".
Ả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 Next Step for Trello
Tải xuống các tệp mở rộng Next Step 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
Check tasks directly from your Trello boards Useful #productivity add-on for weekly/daily planning and scheduling of your tasks on Trello, without having to open and close cards all the time. ☑️🚀 ----------------- LOG------------------- Update Version 1.22.4: Add new feature fast post news for groups on facebook. Update Version 1.22.8: Fix feature not working with new Trello UI.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Next Step for Trello |
ID | iajhmklhilkjgabejjemfbhmclgnmamf |
URL Chính Thức | https://chromewebstore.google.com/detail/next-step-for-trello/iajhmklhilkjgabejjemfbhmclgnmamf |
Mô tả | Check tasks directly from your Trello boards |
Kích Thước Tệp | 403 KB |
Số Lần Cài Đặt | 22,254 |
Phiên Bản Hiện Tại | 1.23.0 |
Cập Nhật Lần Cuối | 2023-11-21 |
Ngày Phát Hành | 2020-05-24 |
Đánh Giá | 4.65/5 Tổng số 203 Đánh Giá |
Nhà Phát Triển | guisselle lopez |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://adrienjoly.com/chrome-next-step-for-trello/ |
URL Trang Trợ Giúp | https://github.com/adrienjoly/chrome-next-step-for-trello/issues |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/qr-code-generator-policy/home |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon_128.png", "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.index.ts.9eab5a64.b5c70bb4.js" ], "css": [ "src\/content-script\/next-step-for-trello.css" ], "matches": [ "*:\/\/trello.com\/*", "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "host_permissions": [ "*:\/\/trello.com\/*", "https:\/\/*.facebook.com\/*" ], "version": "1.23.0", "manifest_version": 3, "name": "Next Step for Trello", "description": "Check tasks directly from your Trello boards", "permissions": [ "storage", "declarativeNetRequest" ], "icons": { "128": "icon_128.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/trello.com\/*" ], "resources": [ "src\/assets\/*", "src\/content-script\/next-step-for-trello.css" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/trello.com\/*" ], "resources": [ "assets\/index.ts.9eab5a64.js" ], "use_dynamic_url": true } ] } |