LinkedIn Turbo Responder
Generates responses to LinkedIn messages using AI
什么是LinkedIn Turbo Responder?
LinkedIn Turbo Responder是由jacekdalkowski开发的Chrome扩展程序,该扩展的主要功能是“Generates responses to LinkedIn messages using AI”。
扩展截图
下载LinkedIn Turbo Responder扩展crx文件
下载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 |
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\/*" ] } |