VSTS Build and Release

Allow to trigger VSTS Build and Release

VSTS Build and Release là gì?

VSTS Build and Release là một tiện ích mở rộng Chrome được phát triển bởi jto, và tính năng chính của nó là "Allow to trigger VSTS Build and Release".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VSTS Build and Release

Tải xuống các tệp mở rộng VSTS Build and Release dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VSTS Build and Release VSTS Build and Release
ID cjkahjfijmjodmggfchienpphaabdbmh
URL Chính Thức https://chromewebstore.google.com/detail/vsts-build-and-release/cjkahjfijmjodmggfchienpphaabdbmh
Mô tả Allow to trigger VSTS Build and Release
Kích Thước Tệp 29.73 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-04-02
Ngày Phát Hành 2018-04-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jtourvieille/VstsBuildAndRelease
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}