A Chrome extension that turns a pasted list of product IDs into instantly-opened listings across 14 Amazon regions, Flipkart, Noon, Walmart, Target, and Home Depot — with a built-in Amazon search-results scraper that exports structured competitive data straight to Excel.
This is the actual popup UI running in a sandbox. Paste IDs, pick marketplaces, and hit open — it shows exactly which tabs would launch (nothing really opens). Try it freely — the full source is on GitHub.
Free & open-source. Clone or download the repo, then load it unpacked in Chrome — full install steps are in the README.
Checking one product across markets used to mean opening a tab, typing the product ID, switching domains, and repeating — dozens of times a day. I collapsed that entire ritual into a single paste and one click. Then I added an Amazon scraper so the same popup could also pull a whole search page into a structured spreadsheet.
Managing global catalogs means constantly answering the same questions: Is this product live in the UAE? How does it look on the US store versus India? Is the matching listing up on Flipkart and Noon? Done manually, each answer is a chain of tedious steps:
Every one of these was a browser-automation problem hiding as a data problem. A URL is just a template with the ID slotted in. Once I saw it that way, the whole workflow became a single popup with the right buttons.
The extension is organized into three tabs, each removing a distinct daily friction point:
Paste IDs one per line, pick a comparison mode, and open every product detail page at once. Four modes: Single marketplace, Compare Two, Multiple (checkbox grid), or All. Works with Amazon (any region), Flipkart, Noon, Walmart, Target, and Home Depot — and can open keyword searches in separate tabs instead of direct PDPs.
On any Amazon search, deals, or browse page, one click extracts every product into a clean Excel file — ASIN, brand, title, badge, "bought in past month", price, rating, reviews, and an organic-vs-sponsored classification, plus a derived min/max monthly-sales estimate.
A click-to-copy reference of valid capital-city postal codes for all 14 supported countries — the small but constant friction of region-locked checkout and delivery-estimate testing, removed.
The opener is pure URL templating driven by the Chrome tabs API; the
scraper injects a content script that reads Amazon's live DOM and serializes it to a workbook on the
client. No servers, no data leaves the browser.
content.js via the
scripting API and retries — so it works even on freshly opened tabs without a hard
refresh.localStorage, so the popup always reopens in the exact configuration you last
used.The opener became muscle memory for the whole team within a week — paste, click, scan. The kind of tool you only notice when it's missing.
— Post-launch observationPart of my Chrome Extension Productivity Suite — see the companion Brand PDP Group Opener →