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”。

擴展截圖

screenshot
screenshot
screenshot

下載VSTS GO擴展crx文件

下載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 VSTS GO
ID hknmeabkjlgbohdkhhjifocdbgcccdnj
官方網址 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
    }
}