AI 产品解读Chrome extension that provides one-click calling, emailing, and campaign management directly from contact lists in ZoomInfo, Salesforce, Dynamics, and Gmail
Sales professionals need to switch between ZoomInfo/Salesforce and separate dialer/email tools to prospect. This extension embeds sales engagement actions (calls, emails, campaigns) directly into the platforms where contacts are browsed, reducing context-switching.
User opens ZoomInfo or Salesforce in Chrome → extension content script activates on whitelisted domains → user selects contacts from a list → extension provides one-click actions to call prospects (auto-dialer), send personalized emails using templates, or enroll contacts in multi-channel Salesflow campaigns → extension also integrates into Gmail to surface ZoomInfo actions alongside emails.
Multi-channel prospecting campaigns via SalesflowsEmail templates with dynamic personalization fieldsAuto-dialer for calling prospect lists without interruptionGmail integration via InboxSDK for in-email actionsContent script injection into Salesforce, Dynamics, and ZoomInfo web apps
- 目标用户
- Sales development representatives (SDRs) / Business development representatives (BDRs) / Account executives using ZoomInfo and Salesforce / Sales teams doing high-volume outbound prospecting
- The main.js file is heavily minified (1MB+) making it difficult to extract specific feature logic or authentication flows
- The extension's core business logic appears to be embedded within the minified main.js which communicates with ZoomInfo's web app and remote services (app.tellwise.com, storage.googleapis.com)
- Cannot determine from source alone whether the extension implements its own feature gating or if all gating happens on the ZoomInfo platform side
付费分析未识别到付费功能
The extension itself contains no billing code, payment UI, subscription gates, or feature-gating logic. No stripe, subscription, license, or payment-related keywords were found in the source beyond generic occurrences of 'premium' and 'pro' in minified library code. However, ZoomInfo Engage is a paid B2B sales platform, and features like Salesflows, email templates, and auto-dialer are part of ZoomInfo's paid product. The extension acts as a Chrome integration layer for an already-paid destination service, but does not itself gate features behind payment.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension has no login UI of its own, but it injects content scripts exclusively into ZoomInfo's web app (app.zoominfo.com and staging domains), Salesforce, Dynamics, and Gmail. The popup.html explicitly states 'This Chrome extension only works on ZoomInfo, Dynamics, Salesforce and Gmail'. The core workflow—calling contacts, sending emails, creating Salesflows campaigns—requires the user to be already logged into ZoomInfo's web platform. ZoomInfo is a B2B platform requiring an authenticated account. The extension cannot function independently of these destination services.