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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" ] } |