Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
Cos'è Filter Azure DevOps Pull Requests?
Filter Azure DevOps Pull Requests è un'estensione di Chrome sviluppata da http://shockwaveinteractive.co.uk, e la sua funzione principale è "Come on Microsoft, really, this isn't a thing?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Filter Azure DevOps Pull Requests
Scarica i file di estensione Filter Azure DevOps Pull Requests in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fdfkfaaeahombcacimhcekklliagmoao |
URL Ufficiale | https://chrome.google.com/webstore/detail/filter-azure-devops-pull/fdfkfaaeahombcacimhcekklliagmoao |
Descrizione | Come on Microsoft, really, this isn't a thing? |
Dimensione del File | 18.08 KB |
Conteggio Installazioni | 118 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2019-03-01 |
Data di Pubblicazione | 2019-03-01 |
Sviluppatore | http://shockwaveinteractive.co.uk |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.shockwaveinteractive.co.uk/privacy-policy |
Lingue Supportate | 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" ] } |