Sales Stack - Lead Engager
AI plugin that generates hyper personalised comments, inmails and messages on LinkedIn
Apa itu Sales Stack - Lead Engager?
Sales Stack - Lead Engager adalah ekstensi Chrome yang dikembangkan oleh Sales Stack AI, dan fitur utamanya adalah "AI plugin that generates hyper personalised comments, inmails and messages on LinkedIn".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sales Stack - Lead Engager
Unduh file ekstensi Sales Stack - Lead Engager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Empower Your Sales with Advanced AI Assistance Lead Engager (LE02) seamlessly integrates with your LinkedIn experience, offering a Sales Specialized AI assistant that elevates your networking and outreach efforts. Transform how you connect, engage, and close deals on LinkedIn with LE02's intelligent and personalized assistance. Why Choose LE02 for Sales Success: Sales Specialized AI: LE02 enhances your InMails and messages with an industry-leading AI model, proven to increase response rates by 60%. Our AI is trained on successful sales outreach strategies, ensuring your communications are highly effective. Conversation Goal™: Set and maintain clear goals for each conversation. LE02's Conversation Goal AI™ keeps you focused on your objectives, ensuring every interaction is purposeful and aligned with your sales strategy. Continuity AI™: Maintain momentum in your sales conversations. LE02's Continuity AI™ provides contextual re-engagement strategies, keeping your communication consistent and effective. Customizable AI Training: Tailor LE02's AI to your business and LinkedIn profile. This personalized training enables the AI to pitch your offerings with precision and effectiveness, mirroring your best sales days. Deep LinkedIn Integration: Access LE02's features directly within LinkedIn’s interface, including Messages, InMails, Comments, and Connection Requests. Yes, it seamlessly integrates with Sales Navigator too. Simple and Transparent Pricing: Affordable Access: Just $59 per month, per seat. Cancel anytime. No Credit Card Required: Start with a free trial and experience the difference LE02 makes in your LinkedIn outreach. Endorsements from Industry Leaders: "LE02 picks up where I left off, leading to 4 partner calls booked in one week." - Wesley Longueira, Director and CoFounder @ The Virtual Edge "I don't think I can function without LE going forward." - Wes Pennock, Founder @ Excel(l)erator Growth Guru "LE is indispensable for personalized prospect communication." - Mario Noel, Sales Development Representative @ HiveMQ "The FIRST time EVER, an AI message felt human." - Xavier Caffrey, Founder @ El-Mina Data Privacy and Security: Strict Privacy: All data is private, encrypted, and accessible only by you. Browser-Based Convenience: Works within your browser, requiring no special permissions. Team Integration: Easily incorporate LE02 into your team's workflow. Undetectable AI Communication: LE02 generates AI communications that are indistinguishable from human-written messages. Join Our Growing Community: Be a part of the change in customer communication. Join our community of early adopters, contribute feedback, and connect with like-minded professionals. Transform Your LinkedIn Experience with LE02: Start today with LE02 and revolutionize your LinkedIn sales strategy. Join the forefront of AI-enhanced sales outreach.
Informasi Dasar Ekstensi
Nama | Sales Stack - Lead Engager |
ID | opcgffjclpcoeiajgachmeecapgldmcl |
URL Resmi | https://chromewebstore.google.com/detail/sales-stack-lead-engager/opcgffjclpcoeiajgachmeecapgldmcl |
Deskripsi | AI plugin that generates hyper personalised comments, inmails and messages on LinkedIn |
Ukuran File | 1.52 MB |
Jumlah Instalasi | 1,257 |
Versi Saat Ini | 2.7.1 |
Terakhir Diperbarui | 2024-03-01 |
Tanggal Publikasi | 2022-10-27 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Sales Stack AI |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.le02.ai/ |
URL Halaman Bantuan | https://salesstack.ai |
URL Halaman Kebijakan Privasi | https://salesstack.ai/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sales Stack - Lead Engager", "version": "2.7.1", "description": "AI plugin that generates hyper personalised comments, inmails and messages on LinkedIn", "permissions": [ "storage", "identity" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.js" ], "css": [ "contentScript.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/bookmark.png", "assets\/play.png", "assets\/delete.png", "assets\/save.png", "images\/icon-32.png", "images\/assets\/*", "fonts\/*" ], "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.twitter.com\/*" ] } ], "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "Lead Engager", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com;" }, "oauth2": { "client_id": "117080137934-9jckm6d8mrg3es8ojhm6j3omr6ou29hf.apps.googleusercontent.com", "scopes": [ "openid", "profile", "email" ] }, "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn30xvRjuO9f5ISDuvSEVpbZOc1kqY7vquIl6Y6hrP67IEn644bgZKz2axjxHq91vKO4Y6aJmSv1cvWru5cTHFDa8bbjO1d8BTn1JPMet41yua0YEoVPjDUUp2htWFDBm4r0v2+kICIXbfACyOVpSB4FI+cL2lVYE+UB2dayTWgBBa6XdeWv9WH3CQax3mwPkmYmgWAHR6qxq7rwy+Ve+w\/sBcAUC9NED4+LcfZZrCggqGaa4GGZb8Bu5hT6L7jTR7lRVBXxxBWcTNGPPqgsgBz5L8jHS3uE+aeFv7wrT\/30wdLSSykKHx+owRTUIqjvsfe0O+3VrBPzCc43cnbLTOQIDAQAB" } |