AI 产品解读Shopee e-commerce product selection and data analytics assistant that overlays real-time sales, pricing, and competitor data directly on Shopee product pages
Helps Shopee cross-border sellers identify trending/bestseller products, analyze competitor data, find low-cost suppliers on 1688/Pinduoduo, and make data-driven product sourcing decisions without manual research
User installs extension → browses Shopee product pages → extension injects data overlays showing sales volume, pricing trends, ratings, listing dates → user can search for similar products, find supplier sources on 1688/Pinduoduo via image search, and download product media → user analyzes data to select profitable products to sell
Daily/weekly/monthly sales volume and revenue tracking per product across all Shopee regionsProduct listing date and store opening date visibility to spot new/potential bestsellersSimilar product search on Shopee for competitor analysisImage-based supplier search on 1688.com and Pinduoduo to find lowest-price sourcesOne-click product image and video downloadingMulti-site coverage: Taiwan, Malaysia, Thailand, Singapore, Philippines, Vietnam, Brazil, Mexico, Indonesia, Colombia, Chile, China
- 目标用户
- Shopee cross-border e-commerce sellers / Dropshipping merchants sourcing from Chinese suppliers / E-commerce product researchers analyzing Shopee market trends
- All JavaScript files are heavily minified making code-level analysis of login flows and feature gating difficult
- Cannot determine if the login-btn is required or optional for core functionality vs. advanced features
- Cannot verify if the xiapishuju.com backend service has tiered plans that affect extension data access
付费分析未识别到付费功能
The extension explicitly markets itself as '永久免费' (permanently free) in both the title and description. No evidence of payment integrations (Stripe, PayPal, etc.), subscription flows, premium tier gating, or upgrade prompts found in source code. All 'pro' and 'license' keyword matches were from third-party library headers (jQuery MIT license, CryptoJS BSD license, jsrsasign MIT license) and not related to paid features.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension popup CSS contains a 'login-btn' class (popup.css line 1: '.popup-wrap .content .login-btn[data-v-4c3827ec]') indicating a login button in the UI. The extension communicates with api.xiapishuju.com (background.js: 'https://api.xiapishuju.com/api/v2/plugin/log-v3' and other endpoints) and has a content script injected on xiapishuju.com domain for API communication (apiContentScript.js). The core data features (sales analytics, price tracking, competitor analysis) are served by the xiapishuju.com backend service, suggesting account login is needed to access the data service.