AI 产品解读E-commerce seller assistant for OZON and Wildberries
Helps sellers list products, automate selection, and manage orders across multiple e-commerce platforms.
User logs into shopbang.cn service -> Extension detects product pages on supported platforms -> User selects products to list/collect -> Extension sends data to shopbang.cn backend -> Backend processes and lists products on target marketplace.
One-click listing on OZON and WildberriesAI-powered product selectionData scraping from Amazon, 1688, JD, Taobao, PinduoduoOrder management and logistics tracking
- 目标用户
- OZON sellers / Wildberries sellers / Cross-border e-commerce merchants
- The main.js file is minified and large, making detailed feature analysis difficult without deobfuscation.
- Cannot confirm if the shopbang.cn service itself has paid tiers, only that the extension does not implement billing.
付费分析未识别到付费功能
No evidence of paid features, subscription management, or payment gateways in the extension source code. The extension appears to be a free tool that requires an account on the destination service (shopbang.cn), but there is no indication that the extension itself gates features behind a paywall or processes payments.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension relies on a token stored in cookies (name 'token') on the domain 'shopbang.cn' (background.js line 4). All API calls to the backend (api.shopbang.cn) require this token (e.g., `token:a.value` in fetch calls). Without this token, the extension cannot communicate with the ERP service to perform its core functions (listing, collecting, etc.). The extension itself does not implement a login UI but acts as a client for the 'shopbang.cn' service which requires authentication.
无法使用