Vercel Deploy

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

Vercel Deployとは何ですか?

Vercel Deployはhassan4709によって開発されたChromeの拡張機能で、その主な機能は「Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.」です。

拡張機能のスクリーンショット

screenshot

Vercel Deploy拡張機能のCRXファイルをダウンロード

Vercel Deploy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Vercel Deploy Vercel Deploy
ID nkignhibadhmcbiiilleogljodcaonjk
公式URL https://chromewebstore.google.com/detail/vercel-deploy/nkignhibadhmcbiiilleogljodcaonjk
説明 Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.
ファイルサイズ 7.9 KB
インストール数 7,380
現在のバージョン 2.0.0
最終更新日 2023-02-19
公開日 2022-03-14
評価 4.73/5 合計 11 レビュー
開発者 hassan4709
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://twitter.com/Nutlope/status/1502360893144850434
対応言語 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"
    }
}