ColdMessageAI for LinkedIn
GPT Written LinkedIn messages
ColdMessageAI for LinkedIn란 무엇입니까?
ColdMessageAI for LinkedIn은(는) prakhar897에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GPT Written LinkedIn messages"입니다.
확장 프로그램 스크린샷
ColdMessageAI for LinkedIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[Oct 2023 Update: The extension no longer works. ChatGPT has changed its API and added Arkose Captcha. and the app failed to gain traction so we've decided not to update in further.] ColdMessageAI is a Completely Free OpenSource Cold Message writer which harnesses the power of ChatGPT to write hyper-personalized messages. It takes info from LinkedIn profiles and your prompt to create a personalized message for a specific person. Personalized messages are more likely to get replies than a cookie cutter ones. But hand-writing them is tiring, so we've used ChatGPT to automate it. You can find the Open Source Code here: https://github.com/prakhar897/ColdMessageAI
확장 프로그램 기본 정보
이름 | ColdMessageAI for LinkedIn |
ID | abbbgckfinjdbndjjjlpkkkoefklnaih |
공식 URL | https://chromewebstore.google.com/detail/coldmessageai-for-linkedi/abbbgckfinjdbndjjjlpkkkoefklnaih |
설명 | GPT Written LinkedIn messages |
파일 크기 | 21.68 KB |
설치 횟수 | 76 |
현재 버전 | 2.0 |
최근 업데이트 | 2023-11-09 |
출시 날짜 | 2023-02-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | prakhar897 |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://prakgupta.notion.site/Privacy-Policy-ddb897ffe0244bfe958382bd407e46db?pvs=4 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ColdMessageAI for LinkedIn", "description": "GPT Written LinkedIn messages", "version": "2.0", "manifest_version": 3, "icons": { "128": "logo.png" }, "host_permissions": [ "https:\/\/*.openai.com\/", "https:\/\/*.linkedin.com\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage", "activeTab" ], "action": { "default_popup": "popup.html" } } |