Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
Filter Azure DevOps Pull Requests là gì?
Filter Azure DevOps Pull Requests là một tiện ích mở rộng Chrome được phát triển bởi http://shockwaveinteractive.co.uk, và tính năng chính của nó là "Come on Microsoft, really, this isn't a thing?".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Filter Azure DevOps Pull Requests
Tải xuống các tệp mở rộng Filter Azure DevOps Pull Requests dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fdfkfaaeahombcacimhcekklliagmoao |
URL Chính Thức | https://chrome.google.com/webstore/detail/filter-azure-devops-pull/fdfkfaaeahombcacimhcekklliagmoao |
Mô tả | Come on Microsoft, really, this isn't a thing? |
Kích Thước Tệp | 18.08 KB |
Số Lần Cài Đặt | 118 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2019-03-01 |
Ngày Phát Hành | 2019-03-01 |
Nhà Phát Triển | http://shockwaveinteractive.co.uk |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.shockwaveinteractive.co.uk/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |