AI 产品解读Automated order creation tool for Chinese e-commerce marketplaces (Taobao, Tmall, 1688)
Helps Vietnamese customers easily place orders on Chinese e-commerce platforms by automating product data extraction, price conversion (CNY to VND), and order submission to TODO Logistics for cross-border shipping.
User visits Taobao/Tmall/1688 product page -> Content script injects TODO Logistics UI overlay -> Extension crawls product data (price, variants, images) -> User clicks 'Tạo Đơn' (Create Order) -> Product added to TODO Logistics cart -> User can view/manage orders in side panel requiring login to TODO Logistics account
Auto-extract product details (name, price, variants, images) from Taobao/Tmall/1688 product pagesConvert prices from CNY to VND using exchange rateAdd products to TODO Logistics cart with one clickView order history and tracking in side panelSupport for multiple marketplace variants and SKU selection
- 目标用户
- Vietnamese online shoppers / Cross-border e-commerce buyers purchasing from Chinese platforms
- Side panel code is heavily minified/bundled making full auth flow analysis difficult
- Cannot verify if TODO Logistics web service has separate paid tiers not reflected in extension
- Content script behavior on marketplace pages may have additional features not visible in bundled chunks
付费分析未识别到付费功能
No evidence of paid features, subscription gating, or billing integration in the extension code. The extension uses axios for API calls but no payment-related keywords (stripe, paypal, subscription, premium, upgrade, plan) were found in meaningful contexts. Keywords like 'pro' and 'license' matched only React library headers (react.production.min.js, @license React) which are standard open-source licenses, not paid feature indicators. The privacy policy URL points to todologistics.vn but no pricing or paid tier information was found in the source.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The side panel (sidepanel.html) loads a full React application with authentication context (authData, user). Routes include /login and /register. The 'My Orders' page checks for authData before fetching orders via API with Bearer token authorization. While the content script on Taobao/Tmall/1688 pages allows browsing without login, accessing order history and likely cart management requires logging into the TODO Logistics destination service at order.todologistics.vn.