OutreachGenius
Experience Ultra-personalized LinkedIn outreach, powered by AI
OutreachGenius란 무엇입니까?
OutreachGenius은(는) https://outreachgenius.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience Ultra-personalized LinkedIn outreach, powered by AI"입니다.
확장 프로그램 스크린샷
OutreachGenius 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
📢 Are you tired of sending generic outreach messages to potential clients on LinkedIn and getting lost in the crowd🤔 OutreachGenius will revolutionize the way you reach out to prospects forever! 🚀 As the founders of a successful LinkedIn marketing agency, we know firsthand that personalization is the secret ingredient to a successful campaign. 📈 Our AI-powered extension will analyze your prospect's LinkedIn profile and help you create highly personalized outreach messages in seconds that will grab their attention and increase your chances of converting them into clients. 💼 Whether you're sending a connection request or offering your services, OutreachGenius will craft multiple variations of your message based on filters like tone of voice, your relationship with the prospect, and message length. 💬 So why settle for generic outreach messages when you can stand out from the crowd with personalized touch that converts? 😎 Try OutreachGenius for free today and start converting your ideal clients with ease. 💪
확장 프로그램 기본 정보
이름 | OutreachGenius |
ID | ekbmkecmfjahfomoafomalldaihhfjnh |
공식 URL | https://chromewebstore.google.com/detail/outreachgenius/ekbmkecmfjahfomoafomalldaihhfjnh |
설명 | Experience Ultra-personalized LinkedIn outreach, powered by AI |
파일 크기 | 789 KB |
설치 횟수 | 545 |
현재 버전 | 1.2.11 |
최근 업데이트 | 2024-01-16 |
출시 날짜 | 2023-04-19 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | https://outreachgenius.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.outreachgenius.ai |
도움말 페이지 URL | https://www.outreachgenius.ai/support |
개인정보 보호 정책 페이지 URL | https://www.outreachgenius.ai/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OutreachGenius", "description": "Experience Ultra-personalized LinkedIn outreach, powered by AI", "version": "1.2.11", "manifest_version": 3, "icons": { "34": "img\/icon-34.png", "68": "img\/icon-68.png", "128": "img\/icon-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-c7b850db.057034db.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "resources": [ "img\/*", "css\/content.css" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*.linkedin.com\/*" ], "resources": [ "assets\/chunk-29ab7841.js", "assets\/chunk-c7b850db.js" ], "use_dynamic_url": true } ], "permissions": [ "storage" ] } |