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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
    ]
}