Vercel Deploy

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

ما هو Vercel Deploy؟

Vercel Deploy هو إضافة Chrome تم تطويرها بواسطة hassan4709، والميزة الرئيسية لها هي "Vercel Deploy allows you to deploy any GitHub repo to Vercel in 1 click.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Vercel Deploy

قم بتنزيل ملفات الامتداد Vercel Deploy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}