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 |
Eメール | [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 } ] } |