VSTS GO
This extension will send you to a specific workitem in your VSTS, given the id
Τι είναι το VSTS GO;
Το VSTS GO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aero, και η κύρια λειτουργία του είναι "This extension will send you to a specific workitem in your VSTS, given the id".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης VSTS GO
Λήψη αρχείων επέκτασης VSTS GO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
# VSTS-GO A Chrome extension for Visual Studio Team Services This extension gives you an easy way to navigate directly to a workitem in Visual Studio Team Services, only by entering the id of the item. The workitem opens in a new tab. Start by creating an access token in VSTS, configure the extension - you are good to GO! Furthermore, the extension keeps a log of your latest 5 requested items, so you can easily navigate to these. VSTS GO gathers anonymous usage statistics via Google Analytics, for better error reporting and optimization. ## Release 1.5 - Changed Google Analytics to Chrome Platform Analytics - Analytics now tracks errors - Fixed Styling of invalid ID error message ## Release 1.4 - You can now see the latest 5 items you navigated to, and go back. - Fresh UI https://goo.gl/8U6Vqg
Βασικές Πληροφορίες Επέκτασης
Όνομα | VSTS GO |
ID | hknmeabkjlgbohdkhhjifocdbgcccdnj |
Επίσημο URL | https://chromewebstore.google.com/detail/vsts-go/hknmeabkjlgbohdkhhjifocdbgcccdnj |
Περιγραφή | This extension will send you to a specific workitem in your VSTS, given the id |
Μέγεθος Αρχείου | 57.49 KB |
Αριθμός Εγκαταστάσεων | 26 |
Τρέχουσα Έκδοση | 1.5.1 |
Τελευταία Ενημέρωση | 2017-08-10 |
Ημερομηνία Δημοσίευσης | 2017-08-10 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Aero |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VSTS GO", "short_name": "VSTS GO", "description": "This extension will send you to a specific workitem in your VSTS, given the id", "version": "1.5.1", "icons": { "128": "VSTS-GO.png" }, "browser_action": { "default_icon": "VSTS-GO.png", "default_title": "VSTS GO", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/www.google-analytics.com\/", "storage" ], "options_ui": { "page": "options.html", "chrome_style": false } } |