An unpacked Manifest V3 Chrome extension that keeps a Google Sheets worksheet as a cross-store purchasing list. It reads the destination sheet’s first-row headers, extracts general product metadata from the current page, detects a matching item by normalized URL or product ID, and appends, updates, or removes only the matched row.
Browser Supply List turns a Google Sheets worksheet into a practical supply and purchasing list while you shop online. Keep the extension side panel open as you browse product pages: it reads useful product details such as the item name, price, vendor, image, product ID, and link, then lets you review and save the item directly to your chosen worksheet.
See the Privacy Policy and Terms of Service.
The extension works across shopping sites and includes extra support for Amazon product pages. It recognizes products already saved to the selected worksheet, helping prevent duplicate entries and giving you the option to update or remove the matching item instead.
You decide which spreadsheet columns appear while shopping. Fields stay editable, and less useful columns can be hidden from the side panel without changing your sheet. Your selected worksheet, field mappings, and visibility settings are remembered between browser sessions.
client_id placeholder in extension/manifest.json with that client ID, then reload the extension. The OAuth client must be of type Chrome Extension and its Item ID must exactly match the ID shown for this extension at chrome://extensions.chrome://extensions, enable Developer mode, choose Load unpacked, and select the extension folder.To create a .crx, use Pack extension in the same Chrome page and choose the extension folder. Chrome writes the resulting .crx and private key beside that folder, at this project root. Keep the private key out of version control and somewhere secure.
The extension requests only Sheets access and uses the worksheet gid from the pasted URL for every read, write, and deletion. It never chooses a different tab in the same workbook.
Create a header row in the target worksheet, open the extension side panel, paste the exact worksheet URL, and click Connect. Suggested header names such as Item Name, Price, Vendor, URL, Image, SKU, and Description are auto-mapped; every value remains editable. Use Refresh page data after navigating, then Add, Update, or Remove the matched product.
The mapping formulas are simple page-data keys in this version (title, price, url, canonicalUrl, vendor, image, productId, description). The sidebar labels a value as automatic or manual. Mapping persistence plumbing is included; custom mapping editing is the next UI addition.
<all_urls> access has been removed.extension/PRIVACY.md documents local storage, page-data use, Google Sheets use, and Google API Limited Use.extension/TERMS.md documents use of the extension, user responsibilities, third-party services, and limitations.extension/PRIVACY.md and extension/TERMS.md at public HTTPS URLs you control. Replace the privacy policy’s contact placeholder before entering its URL in the Chrome Web Store privacy-policy field. The Terms URL can be supplied to the OAuth consent screen or other dashboard field that requests terms of service.oauth2.client_id in extension/manifest.json, and reload/test the packaged extension. Enable the Google Sheets API and configure the OAuth consent screen for production.“Browser Supply List reads product information from shopping sites you choose to allow and saves the values you approve to the Google Sheets worksheet you select. It does not use advertising, analytics, or developer-operated servers.”