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文件
下载OutreachGenius扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
📢 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" ] } |