LinkedIn Turbo Responder

Generates responses to LinkedIn messages using AI

Cos'è LinkedIn Turbo Responder?

LinkedIn Turbo Responder è un'estensione di Chrome sviluppata da jacekdalkowski, e la sua funzione principale è "Generates responses to LinkedIn messages using AI".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LinkedIn Turbo Responder

Scarica i file di estensione LinkedIn Turbo Responder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome LinkedIn Turbo Responder LinkedIn Turbo Responder
ID fdcbcjhbnnedhbleohhicdelmehopbjg
URL Ufficiale https://chromewebstore.google.com/detail/linkedin-turbo-responder/fdcbcjhbnnedhbleohhicdelmehopbjg
Descrizione Generates responses to LinkedIn messages using AI
Dimensione del File 640 KB
Conteggio Installazioni 200
Versione Corrente 0.11
Ultimo Aggiornamento 2023-11-01
Data di Pubblicazione 2023-05-08
Sviluppatore jacekdalkowski
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://jacekdalkowski.com/career-manager/linkedin-turbo-responder/privacy-policy
Lingue Supportate 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\/*"
    ]
}