chadGPT

Upgrade your LinkedIn connect intro messages. Automatic message template generator

ما هو chadGPT؟

chadGPT هو إضافة Chrome تم تطويرها بواسطة areibman، والميزة الرئيسية لها هي "Upgrade your LinkedIn connect intro messages. Automatic message template generator".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة chadGPT

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

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

                        Rizz up your LinkedIn messages with ChadGPT. This plugin automatically creates connect messages for you based on the contents of your profile and your recipients profile using the power of AI.

Save time drafting messages-- be a Chad!                    

معلومات أساسية عن التمديد

الاسم chadGPT chadGPT
ID nhekipmihkpmekdnhnchchjancdjkcnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/chadgpt/nhekipmihkpmekdnhnchchjancdjkcnk
الوصف Upgrade your LinkedIn connect intro messages. Automatic message template generator
حجم الملف 2.55 MB
عدد التثبيتات 93
النسخة الحالية 4.5.0
آخر تحديث 2023-03-24
تاريخ النشر 2023-03-13
تقييم 5.00/5 مجموع تقييمات 1
المطور areibman
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Upgrade your LinkedIn connect intro messages. Automatic message template generator",
    "version": "4.5.0",
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "*:\/\/linkedin.com\/",
            "https:\/\/www.linkedin.com\/",
            "http:\/\/www.linkedin.com\/",
            "https:\/\/linkedin.com\/*",
            "*:\/\/*.linkedin.com\/*"
        ]
    },
    "name": "chadGPT",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/",
                "https:\/\/www.linkedin.com\/",
                "http:\/\/www.linkedin.com\/",
                "https:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}