AI 产品解读Gmail email notification checker that monitors multiple Gmail accounts and labels for new incoming emails
Users need real-time notifications for new Gmail messages across multiple accounts without keeping Gmail open, with the ability to perform quick actions (mark as read, archive, trash, report spam) directly from the browser toolbar
The extension periodically fetches Gmail Atom RSS feeds (https://mail.google.com/mail/u/N/feed/atom) using the user's existing Google browser session. It parses the XML feed to count unread emails and extract message details. When new emails are detected, desktop notifications are shown with optional sound alerts. The toolbar badge displays unread count. Users can click the popup to view email summaries and perform actions (mark read, archive, trash, spam) via Gmail's internal API using the GMAIL_AT cookie and ID_KEY tokens.
Multi-account Gmail monitoring (up to 6+ accounts)Multiple label support with per-label notificationsDesktop notifications with customizable format and soundQuick email actions from popup: mark as read, archive, trash, report spamLow bandwidth usage via Gmail Atom/RSS feed technologyDark theme support
- 目标用户
- Gmail users who manage multiple accounts / Users who want browser-based email notifications without keeping Gmail open / Productivity-focused users who want quick email triage from the toolbar
- Extension uses existing Google login session via browser cookies rather than implementing its own auth, making the login dependency implicit but well-documented in locale strings
- The 'upgrade' keyword in static heuristic is a false positive - it refers to extension version upgrades, not paid upgrades
付费分析未识别到付费功能
No evidence of paid features, subscriptions, or feature gating. Searches for 'premium', 'subscription', 'stripe', 'license', 'purchase' returned zero results. The only 'upgrade' match refers to extension version upgrades ('Show welcome page on upgrade', en/messages.json:438). A voluntary donation option exists ('Support Development $', en/messages.json:96) but is not a paywall. The extension is open-source on GitHub (https://github.com/inbasic/ignotifier).
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension does not implement its own login UI, but requires the user to be logged into their Gmail/Google account in the browser. It fetches Gmail Atom/RSS feeds using credentials:'include' (core/utils/feed.js:74-78) and reads GMAIL_AT cookies via chrome.cookies API (worker.js:151). Locale strings explicitly state: 'Note: For the notifier to work properly, you need to be logged-in into your Google account.' (en/messages.json:24) and 'Please sign-in to your Gmail account' (en/messages.json:12). The extension also detects 401 'notAuthorized' responses and identifies logged-out accounts (core/check.js:84, 329-331).
存在冲突