Vercel Deploy

Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.

Vercel Deploy là gì?

Vercel Deploy là một tiện ích mở rộng Chrome được phát triển bởi hassan4709, và tính năng chính của nó là "Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.".

Ả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 Vercel Deploy

Tải xuống các tệp mở rộng Vercel Deploy 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

                        Deploying web applications has never been easier with this chrome extension.

After downloading it, simply navigate to any Github web repo, click the chrome extension, and it will log into your Vercel account and deploy the repo for you.

This extension will also detect environment variables from repos and work for deploying subrepos!                    

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

Tên Vercel Deploy Vercel Deploy
ID nkignhibadhmcbiiilleogljodcaonjk
URL Chính Thức https://chromewebstore.google.com/detail/vercel-deploy/nkignhibadhmcbiiilleogljodcaonjk
Mô tả Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.
Kích Thước Tệp 7.9 KB
Số Lần Cài Đặt 7,380
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-02-19
Ngày Phát Hành 2022-03-14
Đánh Giá 4.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển hassan4709
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/Nutlope/status/1502360893144850434
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Vercel Deploy",
    "description": "Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.",
    "version": "2.0.0",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Deploy to Vercel",
        "default_icon": "vercel.png"
    },
    "background": {
        "matches": [
            "https:\/\/github.com\/*"
        ],
        "service_worker": "background.js"
    }
}