AI 产品解读E-commerce affiliate marketing assistant for Taobao, JD, Vip.com, and Kaola
Helps affiliate marketers (淘客) quickly view product commission data, discover hidden coupons and promotional plans, track promotion performance, and access merchant/contact information without manually navigating multiple affiliate platforms.
User browses a supported e-commerce product page -> Extension injects content script -> Fetches product ID and URL -> Sends request to service worker -> Service worker queries external APIs (duotu.pro, union.jd.com, pub.alimama.com, etc.) with appropriate referer headers -> Returns commission data, coupon info, price history -> Displays overlay/UI on the product page for the user to view and act upon.
View product overview data and commission ratesDiscover hidden定向佣金 (targeted commissions) and hidden couponsOne-click promotion posting (放单)Product price history and historical dataMerchant information and contact detailsPromotion team query for cooperation
- 目标用户
- Affiliate marketers (淘客) / E-commerce promoters / Coupon hunters
- The service_worker.js and content.js are heavily minified, making it difficult to trace all API calls and data flows precisely.
- The extension uses dynamic rules and remote code loading (eval) which may change behavior over time.
- Cannot fully verify whether the external API service duotu.pro has paid tiers that might be gated in the extension.
付费分析未识别到付费功能
No evidence of paid features, subscription gating, or payment processing in the extension code. The extension accesses external APIs (api.mopan.duotu.pro, api.mopan.duotool.cn) which may have their own business models, but the extension itself does not implement any paid feature logic, license checks, or billing integration. The keyword 'pro' found in the codebase refers to domain names (duotu.pro) or standard JavaScript properties (hasOwnProperty), not paid tiers.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension interacts with affiliate platforms (Alimama/Taobao, JD Union, Vip.com) to fetch commission data, coupons, and promotion stats. These platforms require users to be logged into their respective affiliate accounts (e.g., pub.alimama.com, union.jd.com) to access sensitive data like commission rates and personal promotion stats. The manifest includes host_permissions for login pages (e.g., '*://www.alimama.com/member/login.htm/*', '*://passport.jd.com/*', '*://passport.vip.com/*'), indicating the extension expects users to authenticate on these destination services. The extension itself does not implement its own login UI but relies on the user being logged into the underlying e-commerce affiliate platforms.