Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
Qu'est-ce que Filter Azure DevOps Pull Requests ?
Filter Azure DevOps Pull Requests est une extension Chrome développée par http://shockwaveinteractive.co.uk, et sa fonction principale est "Come on Microsoft, really, this isn't a thing?".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Filter Azure DevOps Pull Requests
Téléchargez les fichiers d'extension Filter Azure DevOps Pull Requests au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fdfkfaaeahombcacimhcekklliagmoao |
URL Officiel | https://chrome.google.com/webstore/detail/filter-azure-devops-pull/fdfkfaaeahombcacimhcekklliagmoao |
Description | Come on Microsoft, really, this isn't a thing? |
Taille du Fichier | 18.08 KB |
Nombre d'Installations | 118 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2019-03-01 |
Date de Publication | 2019-03-01 |
Développeur | http://shockwaveinteractive.co.uk |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.shockwaveinteractive.co.uk/privacy-policy |
Langues Prises en Charge | 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" ] } |