AI 产品解读Tab manager for OMNITRACKER Web Gateway that auto-closes duplicate tabs and activates the main Web Gateway tab when objects are opened via links
When users open OMNITRACKER objects via email links or other references, new empty browser tabs are created unnecessarily. This extension closes those redundant tabs and brings the existing Web Gateway session to the foreground, reducing tab clutter and improving workflow.
User clicks an OMNITRACKER object link (e.g., from email) → browser opens a new tab → extension detects the GUID in the URL → extension closes the new tab → extension brings the existing main Web Gateway tab to the foreground focused on the requested object.
Auto-closes new browser tabs when an OMNITRACKER Web Gateway object is opened with a special GUID parameterActivates (brings to foreground) the existing main Web Gateway tab insteadTracks tab last-active timestamps to restore focus to the correct tab when one is closedSupports URL parameters (activeTab=true, closeTab=true) for server-side tab controlSupports undocked panes and multiple browser windows
- 目标用户
- OMNITRACKER Web Gateway users / IT service desk agents using OMNITRACKER / Enterprise users who receive email links to OMNITRACKER objects
- Extension is small and focused; all logic is in background.js (110 lines) making analysis straightforward.
- Cannot verify actual runtime behavior of the tab management since it depends on the OMNITRACKER Web Gateway service sending specific URL patterns.
- The OMNITRACKER Web Gateway product itself is external and likely commercial, but this extension does not gate or expose any of its commercial features.
付费分析未识别到付费功能
No payment, billing, subscription, upgrade, premium, or license code exists anywhere in the extension source. The 'pro' keyword hit in verified_contents.json is a false positive (inside a base64-encoded hash). The extension implements only tab management logic with no feature gating. OMNITRACKER as a product may have commercial licensing, but this extension does not expose or enforce any paid features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself requires no login or authentication. It only requests the 'tabs' permission and performs passive tab management. The references to '/login' in background.js (line 90) are about filtering OUT login pages when finding the main Web Gateway tab, not about requiring authentication. The destination service (OMNITRACKER Web Gateway) likely requires its own login, but the extension does not gate any functionality behind authentication.