ColdMessageAI for LinkedIn

GPT Written LinkedIn messages

ما هو ColdMessageAI for LinkedIn؟

ColdMessageAI for LinkedIn هو إضافة Chrome تم تطويرها بواسطة prakhar897، والميزة الرئيسية لها هي "GPT Written LinkedIn messages".

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

screenshot
screenshot

تحميل ملف CRX للإضافة ColdMessageAI for LinkedIn

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

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

                        [Oct 2023 Update: The extension no longer works. ChatGPT has changed its API and added Arkose Captcha. and the app failed to gain traction so we've decided not to update in further.]

ColdMessageAI is a Completely Free OpenSource Cold Message writer which harnesses the power of ChatGPT to write hyper-personalized messages. It takes info from LinkedIn profiles and your prompt to create a personalized message for a specific person.

Personalized messages are more likely to get replies than a cookie cutter ones. But hand-writing them is tiring, so we've used ChatGPT to automate it.

You can find the Open Source Code here: https://github.com/prakhar897/ColdMessageAI                    

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

الاسم ColdMessageAI for LinkedIn ColdMessageAI for LinkedIn
ID abbbgckfinjdbndjjjlpkkkoefklnaih
عنوان URL الرسمي https://chromewebstore.google.com/detail/coldmessageai-for-linkedi/abbbgckfinjdbndjjjlpkkkoefklnaih
الوصف GPT Written LinkedIn messages
حجم الملف 21.68 KB
عدد التثبيتات 76
النسخة الحالية 2.0
آخر تحديث 2023-11-09
تاريخ النشر 2023-02-28
تقييم 5.00/5 مجموع تقييمات 1
المطور prakhar897
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة سياسة الخصوصية https://prakgupta.notion.site/Privacy-Policy-ddb897ffe0244bfe958382bd407e46db?pvs=4
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColdMessageAI for LinkedIn",
    "description": "GPT Written LinkedIn messages",
    "version": "2.0",
    "manifest_version": 3,
    "icons": {
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/*.linkedin.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}