AI 产品解读Temu product selection and data analysis browser extension for cross-border e-commerce sellers
Helps Temu sellers discover profitable products, analyze competitor data (sales volume, pricing history, ratings), estimate supply costs, find sourcing alternatives on 1688/Amazon/Shein, and streamline product listing workflows
User browses Temu.com → extension injects data overlay showing sales/pricing/rating data on product pages → user analyzes competition and identifies trends → uses image search to find similar products and sourcing on 1688/Amazon → uses supply price estimation to plan pricing → optionally uses seller backend integration to copy products to listing draft (requires Temu seller login)
Product sales data overlay on Temu pages (daily/weekly/monthly/total sales and revenue)Historical price and sales tracking with chartsSupply price estimation (供货价预估) for pricing referenceSimilar product search across Temu, Shein, and AmazonImage-based source search across 1688, Temu, Shein, AmazonProduct listing time and store opening time queries
- 目标用户
- Temu sellers and merchants / Cross-border e-commerce sellers / Product sourcing researchers / E-commerce data analysts
- All JavaScript files are heavily minified (background.js is 156KB in 16 lines, popup.js is 105KB single line) making deep code inspection difficult
- Cannot definitively determine if general data-overlay features require vendor service authentication vs. working completely free without login
- Cannot inspect popup UI for login/account screens due to minification
付费分析未识别到付费功能
The extension's store title explicitly states '免费Temu选品与数据分析' (free) and the detailed description states '【永久免费】' (permanently free). The deterministic static analysis found zero payment platform matches, no subscription/billing/upgrade keywords in meaningful context, and isPaid=0 with paidConfidence=0. All 'pro' and 'license' keyword hits in source code are from third-party library headers (jsrsasign MIT license, buffer library, etc.) — none relate to paid features or payment gating. The vendor (极鲸云/GeekBi) may have separate business plans on their web platform, but the extension itself does not gate any features behind payment.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension's seller workflow (一键搬品/one-click listing) explicitly requires being logged into Temu's seller backend (agentseller.temu.com / seller.kuajingmaihuo.com). In sellerContentScript.js, the code throws: '无法获取店铺ID,请确保已登录卖家后台' (Cannot get store ID, please ensure you are logged into the seller backend). The extension also calls seller.kuajingmaihuo.com/bg/quiet/api/mms/userInfo to retrieve user info. Additionally, the extension communicates with api.temaishuju.com (plugin config, logging) and has content scripts on vendor domains (temushuju.com, geekbi.com, temaishuju.com, geekerp.com) suggesting integration with a web service that may require authentication. However, the general data-overlay features on temu.com may work without vendor login — this is uncertain due to heavy minification.