Vercel Deploy
Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.
Co to jest Vercel Deploy?
Vercel Deploy to rozszerzenie Chrome opracowane przez hassan4709, a jego główną funkcją jest „Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Vercel Deploy
Pobierz pliki rozszerzeń Vercel Deploy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nkignhibadhmcbiiilleogljodcaonjk |
Oficjalny URL | https://chromewebstore.google.com/detail/vercel-deploy/nkignhibadhmcbiiilleogljodcaonjk |
Opis | Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click. |
Rozmiar pliku | 7.9 KB |
Liczba instalacji | 7,380 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2023-02-19 |
Data Publikacji | 2022-03-14 |
Ocena | 4.73/5 Łącznie 11 Oceny |
Deweloper | hassan4709 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://twitter.com/Nutlope/status/1502360893144850434 |
Obsługiwane Języki | 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" } } |