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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } } |