VSTS GO

This extension will send you to a specific workitem in your VSTS, given the id

¿Qué es VSTS GO?

VSTS GO es una extensión de Chrome desarrollada por Aero, y su función principal es "This extension will send you to a specific workitem in your VSTS, given the id".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión VSTS GO

Descarga archivos de extensión VSTS GO en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        # 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                    

Información Básica de la Extensión

Nombre VSTS GO VSTS GO
ID hknmeabkjlgbohdkhhjifocdbgcccdnj
URL Oficial https://chromewebstore.google.com/detail/vsts-go/hknmeabkjlgbohdkhhjifocdbgcccdnj
Descripción This extension will send you to a specific workitem in your VSTS, given the id
Tamaño del Archivo 57.49 KB
Cantidad de Instalaciones 26
Versión Actual 1.5.1
Última Actualización 2017-08-10
Fecha de Publicación 2017-08-10
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Aero
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
    }
}