Installing & using the extension
The Wanderquote browser extension captures a holiday from a supplier site in one click and turns it into a draft quote.
Build the extension
The extension lives in the apps/extension workspace. Build it to produce an unpacked Chrome (MV3) bundle:
apps/extension
pnpm --filter @app/extension build
# output: apps/extension/distLoad it unpacked
- Open
chrome://extensionsin your browser. - Enable Developer mode (top-right toggle).
- Choose Load unpacked and select the
apps/extension/distfolder.
Connect your account
Sign in to Wanderquote in the same browser, then open the extension's side panel. It fetches a short-lived token from your session so it can create quotes on your behalf.
Capture a holiday
Browse to a supported supplier page, open the side panel and choose Capture. The extension reads the flights, hotel, board and price, then creates a draft quote and opens it for you to review.