VSTS Build and Release

Allow to trigger VSTS Build and Release

What is VSTS Build and Release?

VSTS Build and Release is a Chrome extension developed by jto, and its main feature is "Allow to trigger VSTS Build and Release".

Extension Screenshots

screenshot

Download VSTS Build and Release Extension CRX File

Download VSTS Build and Release extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name VSTS Build and Release VSTS Build and Release
ID cjkahjfijmjodmggfchienpphaabdbmh
Official URL https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh
Description Allow to trigger VSTS Build and Release
File Size 29.73 KB
Installation Count 53
Current Version 1.2
Last Updated 2018-04-02
Publish Date 2018-04-02
Rating 5.00/5 Total 2 Ratings
Developer jto
Email [email protected]
Payment Type free
Extension Website https://github.com/jtourvieille/VstsBuildAndRelease
Supported Languages 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"
    ]
}