Parents for Azure Devops Boards
Fetch and display the parent of each item and also the remainings in Azure Devops Boards
Τι είναι το Parents for Azure Devops Boards;
Το Parents for Azure Devops Boards είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jdmry, και η κύρια λειτουργία του είναι "Fetch and display the parent of each item and also the remainings in Azure Devops Boards".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Parents for Azure Devops Boards
Λήψη αρχείων επέκτασης Parents for Azure Devops Boards σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Pre-requisites - In your board display settings, choose to display the ID of the work item on the card - Use the new azure devops url pattern (eg. https://dev.azure.com/org/....) How to use - Refresh the board page and click on the extension icon - If anything goes wrong at any time or it doesn't work, please just refresh the page and re-click on the extension icon
Βασικές Πληροφορίες Επέκτασης
Όνομα | Parents for Azure Devops Boards |
ID | fbdbipdlfojffkpopckfpohmaiabglad |
Επίσημο URL | https://chromewebstore.google.com/detail/parents-for-azure-devops/fbdbipdlfojffkpopckfpohmaiabglad |
Περιγραφή | Fetch and display the parent of each item and also the remainings in Azure Devops Boards |
Μέγεθος Αρχείου | 466 KB |
Αριθμός Εγκαταστάσεων | 118 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2019-10-29 |
Ημερομηνία Δημοσίευσης | 2019-10-29 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | jdmry |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parents for Azure Devops Boards", "version": "1.1.0", "description": "Fetch and display the parent of each item and also the remainings in Azure Devops Boards", "permissions": [ "https:\/\/dev.azure.com\/", "storage", "activeTab", "webRequest" ], "background": { "scripts": [ "src\/bg\/background.js", "js\/jquery-3.4.1.min.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/dev.azure.com\/*\/*\/_boards\/board\/t\/*", "https:\/\/dev.azure.com\/*\/*\/_sprints\/taskboard\/*" ], "js": [ "src\/inject\/fa.js", "src\/inject\/inject.js", "js\/jquery-3.4.1.min.js" ] } ], "browser_action": { "default_title": "Bring Parents!" }, "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |