AI product readCross-border e-commerce product collection assistant for the Dianxiaomi (店小秘) ERP platform
Enables cross-border e-commerce sellers to quickly collect/scrape product information from 100+ source platforms and publish them to multiple destination platforms and stores via the Dianxiaomi ERP system
User installs the extension and logs into dianxiaomi.com. When browsing supported source platforms (e.g., 1688, Taobao, AliExpress, Amazon), the extension injects content scripts that detect product pages and provide collection buttons. The user clicks 'Start Collection' to scrape product data (title, images, description, price, variants). Collected data is sent to the Dianxiaomi ERP via API calls (postHTML, postPlatformPurchase) where it can be edited and published to multiple destination platforms and stores. The extension also supports seller backend data crawling from platforms like Temu, Shopee, SHEIN, and Etsy for order management and financial data extraction.
Plugin-based real-time product collection while browsing source sitesLink-based product collection (paste URL to collect)Category-based batch collectionKeyword-based product search and collectionBackend data crawling from seller platforms (Temu, Shopee, SHEIN, Etsy, TikTok)Multi-platform source support (1688, Taobao, AliExpress, Amazon, eBay, Shopee, TikTok Shop, etc.)
- Target users
- Cross-border e-commerce sellers and operators / Dropshipping merchants / Multi-platform multi-store e-commerce businesses using the Dianxiaomi ERP
- Code is heavily minified, making granular code analysis difficult
- Could not determine if the dianxiaomi.com ERP platform gates certain collection features behind paid tiers
- The extension's actual feature availability may depend on the user's subscription level on dianxiaomi.com
MonetizationNo paid features detected
The extension itself does not implement any payment UI, subscription gates, billing APIs, or upgrade prompts. The positive keyword hits ('subscribe', 'upgrade', 'purchase') from the static analysis are all false positives: 'upgrade' appears in CSP header 'upgrade-insecure-requests', 'purchase' appears in API endpoint names like postPlatformPurchase (data handling, not payment), and 'subscribe' appears in minified library code. The dianxiaomi.com ERP service likely has its own paid plans for the broader ERP platform, but the extension itself acts as a free collection/scraping helper.
- Confidence
- 85
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension is a browser helper for the dianxiaomi.com ERP platform. The main.html UI explicitly shows a '请登录' (Please Login) link pointing to https://www.dianxiaomi.com/index.htm, and a userName element for displaying the logged-in account. The url_manager.js defines all API endpoints under https://www.dianxiaomi.com, including getUserAccount (/user/getUserAccount.json) to check login status. Core workflows like posting crawled data (postHTML, postPlatformPurchase) require an authenticated session on the dianxiaomi.com service.