Filter Azure DevOps Pull Requests
Come on Microsoft, really, this isn't a thing?
Τι είναι το Filter Azure DevOps Pull Requests;
Το Filter Azure DevOps Pull Requests είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://shockwaveinteractive.co.uk, και η κύρια λειτουργία του είναι "Come on Microsoft, really, this isn't a thing?".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Filter Azure DevOps Pull Requests
Λήψη αρχείων επέκτασης Filter Azure DevOps Pull Requests σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |