VSTS Build and Release
Allow to trigger VSTS Build and Release
Apa itu VSTS Build and Release?
VSTS Build and Release adalah ekstensi Chrome yang dikembangkan oleh jto, dan fitur utamanya adalah "Allow to trigger VSTS Build and Release".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VSTS Build and Release
Unduh file ekstensi VSTS Build and Release dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
If you like VSTS and Chrome, this tool may help you. Its purpose is to quickly launch VSTS Builds and Releases directly from Chrome.
Informasi Dasar Ekstensi
Nama | |
ID | cjkahjfijmjodmggfchienpphaabdbmh |
URL Resmi | https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh |
Deskripsi | Allow to trigger VSTS Build and Release |
Ukuran File | 29.73 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-04-02 |
Tanggal Publikasi | 2018-04-02 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | jto |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jtourvieille/VstsBuildAndRelease |
Bahasa yang Didukung | 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" ] } |