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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } |