LinkedIn Turbo Responder
Generates responses to LinkedIn messages using AI
LinkedIn Turbo Responder क्या है?
LinkedIn Turbo Responder jacekdalkowski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates responses to LinkedIn messages using AI"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedIn Turbo Responder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |