๐Ÿงช WireData Chrome Extension Reviewer Test Page

Use this deterministic test harness to verify WireData capture and analysis

๐Ÿ“‹ Test Steps for Chrome Web Store Reviewers

  1. Click the WireData toolbar icon (W) on this browser tab to open the Side Panel.
  2. In the Side Panel, click "โบ Start Capture" (REC status appears).
  3. Click the "๐Ÿš€ Generate JSON API Request" button below.
  4. Notice the Side Panel immediately increments to 1 response and detects the orders collection.
  5. Click "โน Stop Capture" in the Side Panel.
  6. Click "Open Full Workbench โ†—" โ€” verify the captured request appears in the list.
  7. Switch to the Candidates tab in Workbench and click "โšก Extract Combined Dataset" to create the orders table.
  8. Switch to the SQL Runner tab and click "Run Query (Ctrl+Enter)" to query SELECT * FROM orders LIMIT 20; via DuckDB.
  9. (Alternative) Click "โšก Load Sample Data" in the top bar to test analytical SQL immediately with 1 click.
  10. (Optional) In the Side Panel, click "๐Ÿ”ฒ Scrape Table" to test one-time DOM table extraction from the table below.

1. Live JSON API Traffic Test

Clicking this button fires a standard HTTP fetch() request for structured JSON data on this origin.

2. HTML Table Data Test (for Table Scraping)

WireData's "Scrape Table" feature extracts structured data from standard HTML table elements.

Product ID Product Name Category In Stock Unit Price
PROD-101 Wireless Developer Keyboard Hardware Yes $129.99
PROD-102 Ultra-Wide 4K Monitor Hardware Yes $499.00
PROD-103 Ergonomic Standing Desk Furniture No $650.00
PROD-104 USB-C Dual 4K Dock Accessories Yes $89.50