AI 产品解读Displays draft email messages from the Affixa desktop application in the user's existing Gmail browser tab by intercepting Gmail-directed URLs and routing them to the correct account tab
When Affixa Desktop composes an email to send via Gmail, users need to see the resulting draft in their browser. This extension bridges the gap between Affixa's desktop application and Gmail's web interface, automatically opening drafts in the correct Gmail tab even when multiple Google accounts are logged in simultaneously.
1. User has Affixa Desktop/Enterprise installed and configured. 2. When Affixa creates a draft in Gmail, it triggers a URL to mail.google.com with an 'affixa' parameter containing an account hash. 3. The extension's declarativeNetRequest rule intercepts this URL and redirects to its internal redirect.html page. 4. The redirect script sends a message to the service worker to resolve the account hash to a Gmail account index. 5. If a Gmail tab for that account is already open, the extension sends a 'loadDraft' message to the content script to navigate to the draft, then closes the redirect tab. 6. If no matching tab exists, it redirects to the correct Gmail URL with the account index and draft ID.
Intercepts Affixa-triggered Gmail URLs and redirects to the correct Gmail account tabDetects and manages multiple logged-in Google accounts via accounts.google.comOpens draft compose windows directly in existing Gmail tabs instead of new windowsHandles both short and long Gmail draft identifiers automaticallyCloses redundant redirect tabs when the draft is loaded in an existing tab
- 目标用户
- Users of Affixa Desktop application who use Gmail or Google Workspace Mail / Enterprise users who use Affixa with Google Workspace accounts / Users managing multiple Google accounts simultaneously
- Cannot verify Affixa Desktop/Enterprise pricing or features from extension source alone
- The extension is a companion tool — its full workflow depends on the external Affixa desktop application which is not included
- No popup UI, options page, or settings interface exist in the extension; all configuration happens in Affixa Desktop
付费分析未识别到付费功能
The extension source code contains no payment, subscription, premium, license, upgrade, or billing logic. No payment platforms are integrated. No features are gated behind payment within the extension itself. The keyword 'pro' hits are false positives from the words 'processed' and 'process'. Note: The extension requires Affixa Desktop or Enterprise editions (available from affixa.com), which is a separate paid external product. However, the extension itself does not implement or enforce any payment features.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension's core workflow depends on the user being logged into Google/Gmail accounts in the browser. It calls accounts.google.com/ListAccounts to enumerate logged-in accounts and monitors accounts.google.com/InteractiveLogin for authentication events. Without being logged into Gmail, the extension cannot identify account indices, redirect to the correct Gmail tab, or display drafts. The extension does NOT implement its own login UI — it relies entirely on existing Google account sessions.
存在冲突