Scrummer Azure Board
Add column total size in azure devops board
Scrummer Azure Boardとは何ですか?
Scrummer Azure BoardはArnaud Dufourによって開発されたChromeの拡張機能で、その主な機能は「Add column total size in azure devops board」です。
拡張機能のスクリーンショット
Scrummer Azure Board拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |