Next Step for Trello
Check tasks directly from your Trello boards
ما هو Next Step for Trello؟
Next Step for Trello هو إضافة Chrome تم تطويرها بواسطة guisselle lopez، والميزة الرئيسية لها هي "Check tasks directly from your Trello boards".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Next Step for Trello
قم بتنزيل ملفات الامتداد Next Step for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://github.com/adrienjoly/chrome-next-step-for-trello/issues |
عنوان صفحة سياسة الخصوصية | 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 } ] } |