Scrummer Azure Board
Add column total size in azure devops board
ما هو Scrummer Azure Board؟
Scrummer Azure Board هو إضافة Chrome تم تطويرها بواسطة Arnaud Dufour، والميزة الرئيسية لها هي "Add column total size in azure devops board".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Scrummer Azure Board
قم بتنزيل ملفات الامتداد Scrummer Azure Board بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
On top of each column in azure devops board, add the sum of all sizes of cards in that column
معلومات أساسية عن التمديد
الاسم | Scrummer Azure Board |
ID | oggkfdgihjbkeacchoccbjigbebaackg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/scrummer-azure-board/oggkfdgihjbkeacchoccbjigbebaackg |
الوصف | Add column total size in azure devops board |
حجم الملف | 16.68 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2021-09-23 |
تاريخ النشر | 2020-05-11 |
المطور | Arnaud Dufour |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/arnaud9145/azure-board-card-number |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrummer Azure Board", "version": "1.0.3", "description": "Add column total size in azure devops board", "icons": { "16": ".\/assets\/icon\/icon16.png", "48": ".\/assets\/icon\/icon48.png", "128": ".\/assets\/icon\/icon128.png" }, "browser_action": { "default_title": "Add total points", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/dev.azure.com\/**\/board\/*" ], "run_at": "document_idle", "js": [ "main.js" ] } ], "manifest_version": 2, "permissions": [ "activeTab" ] } |