Official Card Counter Trello with Totalizer
Official Card counter for Trello. Show card counters and the total cards in your board!
ما هو Official Card Counter Trello with Totalizer؟
Official Card Counter Trello with Totalizer هو إضافة Chrome تم تطويرها بواسطة https://www.officialtrellocardcounter.com.br، والميزة الرئيسية لها هي "Official Card counter for Trello. Show card counters and the total cards in your board!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Official Card Counter Trello with Totalizer
قم بتنزيل ملفات الامتداد Official Card Counter Trello with Totalizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Show the number of cards, the total cards in every list in Trello and you can click in total cards label and view the details with the percent and the statistic of your cards.
معلومات أساسية عن التمديد
الاسم | Official Card Counter Trello with Totalizer |
ID | jbdmgabkegidhagemkfdogmplgelaoab |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab |
الوصف | Official Card counter for Trello. Show card counters and the total cards in your board! |
حجم الملف | 45.48 KB |
عدد التثبيتات | 13,810 |
النسخة الحالية | 7.3 |
آخر تحديث | 2023-11-08 |
تاريخ النشر | 2020-03-31 |
تقييم | 3.33/5 مجموع تقييمات 49 |
المطور | https://www.officialtrellocardcounter.com.br |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.officialtrellocardcounter.com.br/ |
عنوان صفحة المساعدة | http://www.officialtrellocardcounter.com.br/ |
اللغات المدعومة | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Official Card Counter Trello with Totalizer", "version": "7.3", "description": "Official Card counter for Trello. Show card counters and the total cards in your board!", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "counter.js" ], "css": [ "cardstyle.css" ], "run_at": "document_end" } ], "action": { "default_icon": "icon.png" }, "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 3 } |