VSTS Build and Release
Allow to trigger VSTS Build and Release
VSTS Build and Release क्या है?
VSTS Build and Release jto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow to trigger VSTS Build and Release"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VSTS Build and Release एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you like VSTS and Chrome, this tool may help you. Its purpose is to quickly launch VSTS Builds and Releases directly from Chrome.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |