VSTS Build and Release

Allow to trigger VSTS Build and Release

Wat is VSTS Build and Release?

VSTS Build and Release is een Chrome-extensie ontwikkeld door jto, en de belangrijkste functie is "Allow to trigger VSTS Build and Release".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VSTS Build and Release

Download VSTS Build and Release-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam VSTS Build and Release VSTS Build and Release
ID cjkahjfijmjodmggfchienpphaabdbmh
Officiële URL https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh
Beschrijving Allow to trigger VSTS Build and Release
Bestandsgrootte 29.73 KB
Aantal Installaties 53
Huidige Versie 1.2
Laatst Bijgewerkt 2018-04-02
Publicatiedatum 2018-04-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jto
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jtourvieille/VstsBuildAndRelease
Ondersteunde Talen 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"
    ]
}