LinkedIn Turbo Responder
Generates responses to LinkedIn messages using AI
Co je LinkedIn Turbo Responder?
LinkedIn Turbo Responder je rozšíření Chrome vyvinuté jacekdalkowski, a jeho hlavní funkcí je „Generates responses to LinkedIn messages using AI“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LinkedIn Turbo Responder
Stáhněte si soubory rozšíření LinkedIn Turbo Responder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | LinkedIn Turbo Responder |
ID | fdcbcjhbnnedhbleohhicdelmehopbjg |
Oficiální URL | https://chromewebstore.google.com/detail/linkedin-turbo-responder/fdcbcjhbnnedhbleohhicdelmehopbjg |
Popis | Generates responses to LinkedIn messages using AI |
Velikost souboru | 640 KB |
Počet instalací | 200 |
Aktuální Verze | 0.11 |
Poslední Aktualizace | 2023-11-01 |
Datum Vydání | 2023-05-08 |
Vývojář | jacekdalkowski |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://jacekdalkowski.com/career-manager/linkedin-turbo-responder/privacy-policy |
Podporované Jazyky | 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\/*" ] } |