Azure DevOps Pull Requests
Azure DevOps - Manage pull requests in multiple repositories
Azure DevOps Pull Requestsとは何ですか?
Azure DevOps Pull RequestsはRémi Devによって開発されたChromeの拡張機能で、その主な機能は「Azure DevOps - Manage pull requests in multiple repositories」です。
拡張機能のスクリーンショット
Azure DevOps Pull Requests拡張機能のCRXファイルをダウンロード
Azure DevOps Pull Requests拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you can see, for an Azure DevOps domain (previously VSTS) : - All active pull requests - All pull requests created by an user - All pull requests assigned to an user You must put your AzureDevOps domain at beginning to log in. (Also support Personnal Access Token) contact : [email protected]
拡張機能の基本情報
名前 | Azure DevOps Pull Requests |
ID | pbjkodijnlbkbbkjmhgemlpigeaoaken |
公式URL | https://chromewebstore.google.com/detail/azure-devops-pull-request/pbjkodijnlbkbbkjmhgemlpigeaoaken |
説明 | Azure DevOps - Manage pull requests in multiple repositories |
ファイルサイズ | 1.64 MB |
インストール数 | 689 |
現在のバージョン | 2.7.0 |
最終更新日 | 2021-04-10 |
公開日 | 2020-04-07 |
評価 | 5.00/5 合計 11 レビュー |
開発者 | Rémi Dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/djedje72/azure-devops-chrome-extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy+lMkSS5gi1VFKYgtbQxNtfiZj90\/jv8RIC2Mi\/kW\/YSBcyn6IcmJjV6Tcm8G\/VbNm3FiMGcN\/BHRmZYBbAZFi64\/f\/obxy1+baJNIcmFbQ\/8QbZWJlnKAfvTczVW\/Ptz1DgxTWHsBfkYSTJVTJfYZf8JV6LLPGZbaNiUwXqNNldUeX9\/XwtVKXFTIc+mmVmFAk9lHNAA9pW9YZ4eE8jmXwR4FHrwNdZlc+loYQVxMHdTHTTsfN2ObiFxSd4dhAg3\/yNtBrf5UzsKI79\/04N3eGj+firYPlCCRh\/ZfdrN3XjSApYJ+KSl5V6Bzpa7DqRzgtOH1bIc9sWtE9qKtPXswIDAQAB", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Azure DevOps Pull Requests", "description": "Azure DevOps - Manage pull requests in multiple repositories", "version": "2.7.0", "icons": { "16": "img\/icon\/azureDevops_16px.png", "32": "img\/icon\/azureDevops_32px.png", "48": "img\/icon\/azureDevops_48px.png", "128": "img\/icon\/azureDevops_128px.png" }, "browser_action": { "default_popup": "index.html" }, "web_accessible_resources": [ "index.html" ], "permissions": [ "identity", "notifications", "alarms", "https:\/\/app.vssps.visualstudio.com\/oauth2\/*" ], "background": { "page": "background.html", "persistent": true } } |