AI 产品解读Email notification and quick-access extension that monitors multiple email accounts and provides browser-based alerts for new messages
Users with multiple email accounts (GMX, WEB.DE, mail.com, Gmail, Outlook, 1&1) need a unified way to receive real-time notifications and quickly access their inboxes without manually checking each service
After installing, the onboarding panel prompts the user to log into one or more supported email providers (GMX, WEB.DE, mail.com, Gmail, Outlook). The extension then polls for new mail and displays unread counts on the toolbar icon badge. Clicking the icon either opens the inbox directly (single account) or shows a popup panel listing all accounts with unread emails. Users can compose, delete, or mark emails as read from the popup. Settings allow customization of notification sounds, search behavior, appearance, and privacy options.
Unread email badge count on the browser toolbar iconBrowser notifications for new incoming emailsOne-click inbox access to the email provider's webmailQuick compose new email from the toolbar popupDelete or mark emails as read directly from the email previewMulti-account management for several email providers simultaneously
- 目标用户
- GMX email users / WEB.DE email users / mail.com users / Gmail users / Outlook.com users / 1&1 email users / German-speaking email users (primary market)
- The main JS files are heavily bundled/minified (~1MB background script), making deep code path analysis difficult without full deobfuscation
- Cannot confirm the exact behavior of the GMX Go! and GMX Premium promotional links without testing runtime behavior
- Cannot verify whether the extension blocks any core features for non-premium users without runtime testing
付费分析未识别到付费功能
The extension itself has no paywall, subscription logic, billing APIs, or feature gating. The 'Products & Services' tab in options links to external GMX service products ('GMX Go!' start page and 'GMX Premium' email service) via external URLs, but these are separate services unrelated to the extension's functionality. The 'upgradeURL' in config.json points to an external GMX addon page. No Stripe, billing, or payment processing code was found. All extension features (mail notifications, badge counts, compose, delete, mark-read, multi-account management) are free.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension's core workflow requires users to sign in to their email accounts (GMX, WEB.DE, mail.com, Gmail, Outlook) during onsetup. The onboarding panel displays a login form with email/password fields and OAuth2 login buttons. Without signing into at least one email provider, the extension cannot function (no mail badge, no notifications, no inbox access). The background script at line 65-67 shows that clicking the icon with 0 accounts opens the login flow, and line 31 shows the popup changes based on isLoggedIn state.