AI 产品解读Shopping assistant and order management tool
Helps Vietnamese users source, purchase, and manage goods from Chinese e-commerce platforms (Taobao, 1688, Tmall) and some Southeast Asian platforms.
User installs extension -> Enables it via popup -> Browses supported e-commerce sites (Taobao, 1688, etc.) -> Extension injects UI elements to assist with searching, adding to cart, and checking out -> Handles login/OTP for Taobao accounts -> Manages orders and payments
Product search and sourcing from Chinese wholesalers/retailersOrder management and trackingAutomated login and OTP handling for Taobao/1688Shopping cart assistancePeer payment support via Alipay
- 目标用户
- Vietnamese online shoppers / Dropshippers / Small business owners sourcing from China
- The extension code is heavily minified and bundled, making some logic hard to trace. However, the key behaviors (login handling, API calls) were identifiable. The extension relies on external services (gobiz.net) for some backend functionality, so the full scope of features might depend on those services' availability and terms.
付费分析未识别到付费功能
The extension appears to be a free tool provided by phuonghoang88.net/gobiz for shopping assistance. There is no evidence of in-app purchases, subscription gates, or payment processing within the extension code itself. The 'upgrade' keyword found was in a library file (react-is.production.min.js) and not related to paid features. The extension interacts with external APIs (api.mygobiz.net) but does not show any billing logic.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a shopping assistant for Taobao, 1688, Tmall, and other platforms. The manifest includes content scripts specifically for login pages (login.taobao.com, distributor.taobao.global) and OTP queue pages (passport.taobao.com). The code in chunk-DLN1LyqW.js implements OTP queueing and login username capture for Taobao. The core workflow of ordering goods requires the user to be logged into these destination services (Taobao/1688 accounts). The extension itself does not have its own account system but relies on the user's existing accounts on the destination platforms.