LinkedIn Turbo Responder

Generates responses to LinkedIn messages using AI

What is LinkedIn Turbo Responder?

LinkedIn Turbo Responder is a Chrome extension developed by jacekdalkowski, and its main feature is "Generates responses to LinkedIn messages using AI".

Extension Screenshots

screenshot

Download LinkedIn Turbo Responder Extension CRX File

Download LinkedIn Turbo Responder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name LinkedIn Turbo Responder LinkedIn Turbo Responder
ID fdcbcjhbnnedhbleohhicdelmehopbjg
Official URL https://chromewebstore.google.com/detail/linkedin-turbo-responder/fdcbcjhbnnedhbleohhicdelmehopbjg
Description Generates responses to LinkedIn messages using AI
File Size 640 KB
Installation Count 200
Current Version 0.11
Last Updated 2023-11-01
Publish Date 2023-05-08
Developer jacekdalkowski
Email [email protected]
Payment Type free
Privacy Policy Page URL https://jacekdalkowski.com/career-manager/linkedin-turbo-responder/privacy-policy
Supported Languages 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\/*"
    ]
}