AI 产品解读Tab window deduplication and management for the Amaranth10 enterprise platform
When using the Amaranth10 (A10) enterprise platform by Douzone (더존), opening links often creates duplicate popup windows. This extension prevents duplicate popups by detecting when an identical tab/window already exists and redirecting the new link to the existing tab instead, while also managing window focus and tab ordering.
1. User installs the extension in Chrome. 2. When user navigates within the Amaranth10 platform, the extension listens for tab updates. 3. Upon detecting a tab load on an Amaranth10 page (via BIZCUBE_AT cookie), it determines the URL pattern (SSO, popup, video, menu, Oneffice). 4. For popup/menu/Oneffice URLs, it searches for an existing tab with matching URL parameters. 5. If a duplicate is found, it closes the new tab and activates/updates the existing one. 6. For electronic approval documents, it matches by docID and callComp parameters. 7. For board notification popups, it redirects to the proper menu URL within the existing tab.
Prevents duplicate popup windows by detecting and merging identical Amaranth10 tabsHandles electronic approval (전자결재) document tab deduplication by docID and callComp matchingRedirects board/project board notification popup links to the main application tabManages window focus - activates existing windows and brings popups to the frontHandles Oneffice (onepiess) document tab deduplicationOnly activates on Amaranth10 pages (identified via BIZCUBE_AT cookie)
- 目标用户
- Amaranth10 enterprise platform users / Douzone (더존) enterprise solution users
- No understanding of the Amaranth10 platform's own login/payment model since it is an external enterprise product
- The extension has no popup UI (popup.html is a minimal placeholder with just a title), so no UI-based evidence for paid features or login
付费分析未识别到付费功能
No evidence of any payment, billing, subscription, tiered features, or upgrade prompts anywhere in the source code. All 'pro' keyword hits are false positives from JavaScript patterns: Promise, properties, protocol, @return, Promise.reject, etc. The extension is a pure utility tool with a single free feature set.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension itself does not implement any login UI or authentication flow. It operates passively as a tab management utility. The BIZCUBE_AT cookie check in tabListener.js (line 15) is used to identify Amaranth10 tabs, not to gate features behind login. The 'noAuthPopup' and 'sso' entries in ignoreKeys (tabService.js:91) are URL parameter names ignored during tab comparison, not login logic. The extension works for any user who already has Amaranth10 open in their browser.