AI 产品解读Mercari (and other flea market sites) sales and listing management assistant
Reduces manual effort in listing items, managing prices, and tracking sales data for users of Japanese flea market platforms like Mercari.
User installs extension -> Creates account on furima.quickshop.jp -> Logs in -> Extension injects into Mercari pages to enhance UI and provide quick actions -> User can export data or use templates -> Data is synced with vendor's cloud service.
Sales management and analysis (inventory tracking)CSV export of sales/purchase historyOne-click relisting, price changes, and editingBulk comment add/removeTemplate insertion for product descriptionsSearch result enhancement (showing likes, ratings)
- 目标用户
- Mercari sellers / Users with high listing volume / Users wanting to simplify sales data management
- The background.js is heavily minified/webpacked, making it difficult to trace exact API call flows without decompilation.
- Some features like SP-API integration are commented out in the UI, suggesting future or hidden functionality.
付费分析未识别到付费功能
No evidence of paid features, subscription gating, or payment processing in the extension code. The extension appears to be free, requiring only a vendor account. Keywords like 'pro' found in static analysis were false positives (e.g., 'show-profit-calc', 'premium' in CSS variables, 'pro' in generic paths). No Stripe, PayPal, or license key validation logic was found.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires users to create an account on the vendor's service (furima.quickshop.jp) via email/password in the options page. The options.html contains explicit UI for account creation, login, password reset, and verification. The background script includes AWS Cognito authentication libraries, indicating the extension authenticates users against the vendor's backend service to enable features like data sync and API access. Without this account, the core functionality (sales management, CSV export, etc.) cannot be used as data is processed through the vendor's servers.