VSTS Build and Release

Allow to trigger VSTS Build and Release

O que é VSTS Build and Release?

VSTS Build and Release é uma extensão do Chrome desenvolvida por jto, e sua principal característica é "Allow to trigger VSTS Build and Release".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VSTS Build and Release

Baixe arquivos de extensão VSTS Build and Release no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        If you like VSTS and Chrome, this tool may help you. Its purpose is to quickly launch VSTS Builds and Releases directly from Chrome.                    

Informações Básicas da Extensão

Nome VSTS Build and Release VSTS Build and Release
ID cjkahjfijmjodmggfchienpphaabdbmh
URL Oficial https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh
Descrição Allow to trigger VSTS Build and Release
Tamanho do Arquivo 29.73 KB
Contagem de Instalações 53
Versão Atual 1.2
Última Atualização 2018-04-02
Data de Publicação 2018-04-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jto
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jtourvieille/VstsBuildAndRelease
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VSTS Build and Release",
    "manifest_version": 2,
    "version": "1.2",
    "icons": {
        "16": "img\/icon\/vsts_16px.png",
        "32": "img\/icon\/vsts_32px.png",
        "48": "img\/icon\/vsts_48px.png",
        "128": "img\/icon\/vsts_128px.png"
    },
    "description": "Allow to trigger VSTS Build and Release",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}