This Chrome extension helps you collect, filter, and export ASINs from Amazon search result pages. It also displays a badge with the ASIN on each product card for easy identification.
- Collect ASINs from Amazon search results
- Filter products by rating, brand, and purchase count
- Responsive ASIN badge on every product card
- Export collected ASINs
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" (top right).
- Click "Load unpacked" and select the extension folder.
- Visit any Amazon search results page.
- Use the extension popup to collect and filter ASINs.
- ASIN badges will appear on each product card.
- Main logic:
content.js - Popup UI:
popup.html,popup.js,popup.css - Database support:
firebase-db.js,mongodb-db.js,db-service.js,db-config.js
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.