VSTS Build and Release
Allow to trigger VSTS Build and Release
Co to jest VSTS Build and Release?
VSTS Build and Release to rozszerzenie Chrome opracowane przez jto, a jego główną funkcją jest „Allow to trigger VSTS Build and Release”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VSTS Build and Release
Pobierz pliki rozszerzeń VSTS Build and Release w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
If you like VSTS and Chrome, this tool may help you. Its purpose is to quickly launch VSTS Builds and Releases directly from Chrome.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cjkahjfijmjodmggfchienpphaabdbmh |
Oficjalny URL | https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh |
Opis | Allow to trigger VSTS Build and Release |
Rozmiar pliku | 29.73 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-04-02 |
Data Publikacji | 2018-04-02 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | jto |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jtourvieille/VstsBuildAndRelease |
Obsługiwane Języki | 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" ] } |