Vercel Deploy
Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.
What is Vercel Deploy?
Vercel Deploy is a Chrome extension developed by hassan4709, and its main feature is "Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.".
Extension Screenshots
Download Vercel Deploy Extension CRX File
Download Vercel Deploy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nkignhibadhmcbiiilleogljodcaonjk |
Official URL | https://chromewebstore.google.com/detail/vercel-deploy/nkignhibadhmcbiiilleogljodcaonjk |
Description | Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click. |
File Size | 7.9 KB |
Installation Count | 7,380 |
Current Version | 2.0.0 |
Last Updated | 2023-02-19 |
Publish Date | 2022-03-14 |
Rating | 4.73/5 Total 11 Ratings |
Developer | hassan4709 |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/Nutlope/status/1502360893144850434 |
Supported Languages | 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" } } |