Vercel Deploy

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

Apa itu Vercel Deploy?

Vercel Deploy adalah ekstensi Chrome yang dikembangkan oleh hassan4709, dan fitur utamanya adalah "Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Vercel Deploy

Unduh file ekstensi Vercel Deploy 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

                        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!                    

Informasi Dasar Ekstensi

Nama Vercel Deploy Vercel Deploy
ID nkignhibadhmcbiiilleogljodcaonjk
URL Resmi https://chromewebstore.google.com/detail/vercel-deploy/nkignhibadhmcbiiilleogljodcaonjk
Deskripsi Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.
Ukuran File 7.9 KB
Jumlah Instalasi 7,380
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2023-02-19
Tanggal Publikasi 2022-03-14
Penilaian 4.73/5 Total 11 Penilaian
Pengembang hassan4709
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/Nutlope/status/1502360893144850434
Bahasa yang Didukung 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"
    }
}