Azure DevOps branch naming
Automated branch naming for Azure DevOps
Azure DevOps branch namingとは何ですか?
Azure DevOps branch namingはSPIRIT/21によって開発されたChromeの拡張機能で、その主な機能は「Automated branch naming for Azure DevOps」です。
拡張機能のスクリーンショット
Azure DevOps branch naming拡張機能のCRXファイルをダウンロード
Azure DevOps branch naming拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Azure DevOps has no solution to auto fill branch names, when creating a branch from a ticket. This extension lets you configure a set of rules, which autofills the branch name with the given information.
拡張機能の基本情報
名前 | Azure DevOps branch naming |
ID | iambfodipfkcldfnmhggigonebckknli |
公式URL | https://chromewebstore.google.com/detail/azure-devops-branch-namin/iambfodipfkcldfnmhggigonebckknli |
説明 | Automated branch naming for Azure DevOps |
ファイルサイズ | 13.93 KB |
インストール数 | 87 |
現在のバージョン | 1.2.3 |
最終更新日 | 2019-08-20 |
公開日 | 2019-08-20 |
開発者 | SPIRIT/21 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Azure DevOps branch naming", "version": "1.2.3", "description": "Automated branch naming for Azure DevOps", "permissions": [ "activeTab", "tabs", "storage" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Branch Naming", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.visualstudio.com\/*" ], "js": [ "window.js" ] } ] } |