Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
Filter Azure DevOps Pull Requests란 무엇입니까?
Filter Azure DevOps Pull Requests은(는) http://shockwaveinteractive.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Come on Microsoft, really, this isn't a thing?"입니다.
확장 프로그램 스크린샷
Filter Azure DevOps Pull Requests 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Such a simple feature, allows you to filter the pull requests in VSTS by the branch they are being merged into and/of the title of the PR. Click the icon in the top right to set the filter.
확장 프로그램 기본 정보
이름 | |
ID | fdfkfaaeahombcacimhcekklliagmoao |
공식 URL | https://chrome.google.com/webstore/detail/filter-azure-devops-pull/fdfkfaaeahombcacimhcekklliagmoao |
설명 | Come on Microsoft, really, this isn't a thing? |
파일 크기 | 18.08 KB |
설치 횟수 | 118 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2019-03-01 |
출시 날짜 | 2019-03-01 |
개발자 | http://shockwaveinteractive.co.uk |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.shockwaveinteractive.co.uk/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Filter Azure DevOps Pull Requests", "version": "1.1.2", "description": "Come on Microsoft, really, this isn't a thing?", "options_page": "options.html", "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.visualstudio.com\/*" ] } ], "permissions": [ "storage", "declarativeContent", "activeTab" ] } |