AI 产品解读Amazon Seller Central automation tool for requesting and managing product reviews
Helps Amazon sellers increase product reviews and seller feedback by automating review requests, tracking reviews across products, and managing the review collection process within Seller Central
1. User installs extension and navigates to Amazon Seller Central while logged in. 2. Content script detects the seller's account info and registers with ASINsell backend (api.asinsell.com). 3. Extension creates a local database of orders and products. 4. Background service worker runs periodic alarms to: search for new orders, send automated review requests to eligible orders, collect product reviews, and gather seller feedback. 5. The extension injects review request status badges into the Seller Central orders table UI. 6. Users can manage settings (whitelist/blacklist ASINs, exclude refunded orders, set timing, filter by feedback stars) through the extension popup (index.html).
Auto Request Review Tool - automatically send review requests to Amazon orders with configurable timing, day selection, and filteringProduct Review Management - view all product reviews on one page and export themOrder Tracking - track FBA and FBM orders with review request status in Seller Central UISeller Feedback Collection - collect and monitor seller feedback with star filteringReview Cancellation/Enable - cancel or re-enable review requests for individual ordersMulti-Marketplace Support - supports 20+ Amazon marketplaces worldwide
- 目标用户
- Amazon third-party sellers / Amazon FBA sellers / Amazon FBM sellers / E-commerce sellers managing multiple Amazon marketplaces
- The Stripe/PayPal detection comes from fontawesome.css icon references rather than direct payment integration code, so the payment platform certainty is moderate
- The 'plan' value read from localStorage key 'cola' is unclear in scope - only one occurrence found
- The 'subscribe' keyword was detected in the static heuristic but no direct subscription code was found in background.service.js grep results