Extended CardCounter for Trello
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
ما هو Extended CardCounter for Trello؟
Extended CardCounter for Trello هو إضافة Chrome تم تطويرها بواسطة olegg، والميزة الرئيسية لها هي "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Extended CardCounter for Trello
قم بتنزيل ملفات الامتداد Extended CardCounter for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot. Feel free to any questions to [email protected]
معلومات أساسية عن التمديد
الاسم | |
ID | chjphjkcdppjpcbnempeigegmichkklf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf |
الوصف | All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.) |
حجم الملف | 716 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2015-09-02 |
تاريخ النشر | 2015-09-02 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | olegg |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "cardcounter.css" ], "js": [ "jquery-1.7.1.min.js", "cardcounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)", "icons": { "128": "icon-128.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Extended CardCounter for Trello", "version": "0.0.4" } |