Scrummer Azure Board
Add column total size in azure devops board
Scrummer Azure Board क्या है?
Scrummer Azure Board Arnaud Dufour द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add column total size in azure devops board"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scrummer Azure Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } |