VSTS GO
This extension will send you to a specific workitem in your VSTS, given the id
VSTS GO là gì?
VSTS GO là một tiện ích mở rộng Chrome được phát triển bởi Aero, và tính năng chính của nó là "This extension will send you to a specific workitem in your VSTS, given the id".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VSTS GO
Tải xuống các tệp mở rộng VSTS GO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
# 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VSTS GO |
ID | hknmeabkjlgbohdkhhjifocdbgcccdnj |
URL Chính Thức | https://chromewebstore.google.com/detail/vsts-go/hknmeabkjlgbohdkhhjifocdbgcccdnj |
Mô tả | This extension will send you to a specific workitem in your VSTS, given the id |
Kích Thước Tệp | 57.49 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.5.1 |
Cập Nhật Lần Cuối | 2017-08-10 |
Ngày Phát Hành | 2017-08-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Aero |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |