Amazing Fields for Trello
Extension to update Trello UI when using Amazing Fields
ما هو Amazing Fields for Trello؟
Amazing Fields for Trello هو إضافة Chrome تم تطويرها بواسطة https://amazingpowerups.com، والميزة الرئيسية لها هي "Extension to update Trello UI when using Amazing Fields".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amazing Fields for Trello
قم بتنزيل ملفات الامتداد Amazing Fields for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension is for use with the Amazing Fields powerup for Trello. It modifies the Trello UI to hide and show various items as needed based upon what the user has configured to enable in the powerup.
معلومات أساسية عن التمديد
الاسم | Amazing Fields for Trello |
ID | ccadinhledjhcejldlkleoifmpiffoaf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf |
الوصف | Extension to update Trello UI when using Amazing Fields |
حجم الملف | 26.08 KB |
عدد التثبيتات | 1,260 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2022-03-25 |
تاريخ النشر | 2022-03-24 |
المطور | https://amazingpowerups.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://amazingpowerups.com/product/amazing-fields/ |
عنوان صفحة سياسة الخصوصية | https://amazingpowerups.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazing Fields for Trello", "description": "Extension to update Trello UI when using Amazing Fields", "version": "1.0.1", "manifest_version": 3, "icons": { "48": "images\/amf_logo.png", "128": "images\/amf_logo.png", "480": "images\/amf_logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*", "https:\/\/app.amazingpowerups.com\/*", "https:\/\/amazing-powerups-staging-pu.web.app\/*" ], "run_at": "document_idle", "match_origin_as_fallback": true, "all_frames": true, "js": [ "helpers.js", "trello-inject.js" ], "css": [ "amf-extension-overrides.css" ] } ] } |