VSTS GO
This extension will send you to a specific workitem in your VSTS, given the id
VSTS GO란 무엇입니까?
VSTS GO은(는) Aero에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will send you to a specific workitem in your VSTS, given the id"입니다.
확장 프로그램 스크린샷
VSTS GO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# 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 } } |