OutreachGenius
Experience Ultra-personalized LinkedIn outreach, powered by AI
OutreachGenius क्या है?
OutreachGenius https://outreachgenius.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experience Ultra-personalized LinkedIn outreach, powered by AI"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OutreachGenius एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |