LinkedIn Turbo Responder

Generates responses to LinkedIn messages using AI

ما هو LinkedIn Turbo Responder؟

LinkedIn Turbo Responder هو إضافة Chrome تم تطويرها بواسطة jacekdalkowski، والميزة الرئيسية لها هي "Generates responses to LinkedIn messages using AI".

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

screenshot

تحميل ملف CRX للإضافة LinkedIn Turbo Responder

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

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

                        ChatGPT AI for LinkedIn messaging. Helps you find out details about job offers you receive on LinkedIn by generating responses to recruiters' messages using OpenAI API.

1. Install "Linkedin Turbo Responder" extension
2. Go to LinkedIn conversations page: https://www.linkedin.com/messaging
3. Choose some conversation thread
4. Open extension popup  by clicking extension icon and get suggested response generated for the conversation

Manage your career with AI!                    

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

الاسم LinkedIn Turbo Responder LinkedIn Turbo Responder
ID fdcbcjhbnnedhbleohhicdelmehopbjg
عنوان URL الرسمي https://chromewebstore.google.com/detail/linkedin-turbo-responder/fdcbcjhbnnedhbleohhicdelmehopbjg
الوصف Generates responses to LinkedIn messages using AI
حجم الملف 640 KB
عدد التثبيتات 200
النسخة الحالية 0.11
آخر تحديث 2023-11-01
تاريخ النشر 2023-05-08
المطور jacekdalkowski
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://jacekdalkowski.com/career-manager/linkedin-turbo-responder/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn Turbo Responder",
    "description": "Generates responses to LinkedIn messages using AI",
    "version": "0.11",
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/linkedin-turbo-responder-icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/messaging\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/candidateboostmpdycfnk-hello-world-1.functions.fnc.pl-waw.scw.cloud\/*"
    ]
}