AI 产品解读B2B sales prospecting Chrome extension that helps users find contact data, sync it to CRMs, and generate AI-personalized outreach emails
Sales professionals need to efficiently find verified contact information for prospects on LinkedIn and seamlessly transfer that data into their CRM and sales engagement tools, while also crafting personalized outreach messages
1. User browses LinkedIn profiles of prospects. 2. Extension intercepts LinkedIn API calls and parses prospect data in the background. 3. User opens the LeadIQ side panel or popup (loads account.leadiq.com iframe). 4. User clicks to capture contact data (verified emails, mobile numbers) which syncs to their CRM (Salesforce/HubSpot) and sales engagement tools (Outreach/SalesLoft). 5. User uses Scribe AI email writer to generate personalized outreach messages directly in Gmail, Outreach, SalesLoft, or LinkedIn compose fields.
One-click capture of prospect contact data (emails, phone numbers) from LinkedIn profilesCRM and sales engagement sync (Salesforce, HubSpot, Outreach, SalesLoft)Scribe AI email writer for generating personalized cold outreach in Gmail, Outreach, SalesLoft, or LinkedInSide panel UI displaying LeadIQ app alongside browsing contextLinkedIn network request interception to extract prospect data from API responsesAccount tracking and sales trigger monitoring
- 目标用户
- Sales development representatives (SDRs) / Business development representatives (BDRs) / Account executives doing outbound prospecting / Sales teams using LinkedIn for lead generation
- Extension source is minified/bundled with many files being small stubs; actual LeadIQ web app logic lives on account.leadiq.com and is not in the package
- Cannot verify whether the LeadIQ web app iframe enforces login or shows upgrade prompts without loading it at runtime
- No explicit auth/token/payment code in the extension itself - all such logic resides server-side
付费分析未识别到付费功能
The extension source code contains no payment gates, billing logic, subscription checks, upgrade prompts, Stripe/payment platform integrations, or license validation. The 'premium' keyword hits are only LinkedIn API endpoint paths (voyagerPremiumDash...) in a network-interception disallow list, not paid feature gates. The destination service (LeadIQ) likely has paid tiers, but the extension itself does not gate any functionality behind payment.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension's core UI is an iframe embedding the LeadIQ web app at account.leadiq.com (side-panel.js loads account.leadiq.com/extension/leadiq-app.html; scribe/frame-proxy.js loads account.leadiq.com/app/surf-micro). The extension itself has no login form, but the destination service requires an account. The store description says 'It's Free to start' which implies account creation. The extension communicates with the LeadIQ web app via externally_connectable messaging.