Next Step for Trello
Check tasks directly from your Trello boards
什么是Next Step for Trello?
Next Step for Trello是由guisselle lopez开发的Chrome扩展程序,该扩展的主要功能是“Check tasks directly from your Trello boards”。
扩展截图
下载Next Step for Trello扩展crx文件
下载Next Step for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Next Step for Trello |
ID | iajhmklhilkjgabejjemfbhmclgnmamf |
官方URL | https://chromewebstore.google.com/detail/next-step-for-trello/iajhmklhilkjgabejjemfbhmclgnmamf |
简介 | Check tasks directly from your Trello boards |
文件大小 | 403 KB |
安装次数 | 22,254 |
当前版本 | 1.23.0 |
更新时间 | 2023-11-21 |
上架时间 | 2020-05-24 |
评分 | 4.65/5 共203次评分 |
开发者 | guisselle lopez |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://adrienjoly.com/chrome-next-step-for-trello/ |
帮助页面URL | https://github.com/adrienjoly/chrome-next-step-for-trello/issues |
隐私政策页面URL | https://sites.google.com/view/qr-code-generator-policy/home |
支持的语言 | 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 } ] } |