AI 产品解读Helper extension for ngocdieporder.com ordering service that adds products from Chinese e-commerce sites to the shopping cart
Allows Vietnamese shoppers to easily add products from Taobao, Tmall, and 1688 to their ngocdieporder.com shopping cart without manual copying of product links
User browses Taobao/Tmall/1688 -> Extension detects product page -> User clicks to add to cart -> Extension extracts product details and sends to ngocdieporder.com API -> Product added to ngocdieporder.com shopping cart
Add products from taobao.com, tmall.com, 1688.com to ngocdieporder.com cartDisplay Vietnamese Dong (vnđ) price conversionsExtract product details (title, price, images, shop info) from multiple Chinese e-commerce platformsSupport for multiple domain variants (tw.taobao.com, world.taobao.com, detail.tmall.com, taiwan.tmall.com, etc.)Token-based authentication with ngocdieporder.com service
- 目标用户
- Vietnamese shoppers purchasing from Chinese e-commerce platforms / Users of ngocdieporder.com ordering service
- Background script is minified into a single line, making some logic harder to trace
- Cannot verify if ngocdieporder.com itself offers paid tiers/plans without accessing the website
- Analysis based on static code inspection only, not runtime behavior
付费分析未识别到付费功能
No evidence of paid features in the extension code. No payment processing, subscription management, license checking, or feature gating related to payment was found. The extension appears to be a free helper tool for the ngocdieporder.com service. Keyword matches for 'pro' were false positives from jQuery library and CSS class names like 'promise'.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- Extension requires authentication token to communicate with ngocdieporder.com API. Background script checks for IToken in storage before making requests. Without valid token, ADD_TO_CART requests fail with 401 error and message 'Vui lòng đăng nhập lại qua extension hoặc mở trang web để đồng bộ tài khoản.' (Please log in again via extension or open the website to sync account). Extension implements AUTH_LOGIN handler calling /api/user/login endpoint, REFRESH_TOKEN handler for /api/refresh, and SYNC_TOKEN_FROM_WEB to receive tokens from web pages.