VSTS Build and Release

Allow to trigger VSTS Build and Release

Что такое VSTS Build and Release?

VSTS Build and Release - это расширение Chrome, разработанное jto, и его основная функция - "Allow to trigger VSTS Build and Release".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения VSTS Build and Release

Скачайте файлы расширений VSTS Build and Release в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название VSTS Build and Release VSTS Build and Release
ID cjkahjfijmjodmggfchienpphaabdbmh
Официальный URL https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh
Описание Allow to trigger VSTS Build and Release
Размер файла 29.73 KB
Количество установок 53
Текущая Версия 1.2
Последнее Обновление 2018-04-02
Дата публикации 2018-04-02
Рейтинг 5.00/5 Всего 2 оценок
Разработчик jto
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/jtourvieille/VstsBuildAndRelease
Поддерживаемые языки 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"
    ]
}