Vercel Deploy

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

Wat is Vercel Deploy?

Vercel Deploy is een Chrome-extensie ontwikkeld door hassan4709, en de belangrijkste functie is "Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vercel Deploy

Download Vercel Deploy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Vercel Deploy Vercel Deploy
ID nkignhibadhmcbiiilleogljodcaonjk
Officiële URL https://chromewebstore.google.com/detail/vercel-deploy/nkignhibadhmcbiiilleogljodcaonjk
Beschrijving Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.
Bestandsgrootte 7.9 KB
Aantal Installaties 7,380
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-02-19
Publicatiedatum 2022-03-14
Beoordeling 4.73/5 Totaal 11 Beoordelingen
Ontwikkelaar hassan4709
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/Nutlope/status/1502360893144850434
Ondersteunde Talen 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"
    }
}