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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}