AI 产品解读Amazon search intelligence and research tool
Helps Amazon Merch on Demand sellers and print-on-demand researchers quickly analyze search results by displaying key metrics (BSR, ASIN, brand, date added) directly on search pages, saving time compared to clicking into individual listings.
User installs extension -> navigates to Amazon search results -> content script injects enhanced product cards with BSR, ASIN, brand, and date info -> user can save favorites to local storage -> user can merge multiple pages or use filters/sort panel
Display Best Sellers Rank (BSR) on every search result itemShow ASIN with one-click copy functionalityDisplay Date Added for each listingShow Brand/Seller name on each cardSave favorites to a local dashboardFilter and sort panel on search results
- 目标用户
- Amazon Merch on Demand sellers / Print-on-demand researchers / Amazon marketplace analysts
- Analysis based on static source code only; runtime behavior on actual Amazon pages not tested
- Cannot confirm if external APIs are used for BSR data beyond direct Amazon page scraping
- Donation link suggests free tier but cannot rule out future premium features not present in this version
付费分析未识别到付费功能
The extension appears to be completely free. The PayPal link in popup.html is labeled 'Buy me a coffee' with 'Optional · any amount helps' text, indicating it is a voluntary donation, not a paid feature gate. There are no premium features, subscription options, paywalls, or upgrade prompts in the code. All features (BSR display, ASIN copy, favorites, filtering, page merging) are available without payment.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally on Amazon search pages using content scripts. It uses chrome.storage.local for saving favorites and caching BSR data. There is no login UI, no authentication flow, and no requirement to create an account to use the core features (BSR fetching, filtering, merging pages, saving favorites). The extension works directly on the Amazon website where the user is already logged in via their Amazon account, but the extension itself does not require any additional login.