Install Pricifly
Follow these steps to use the extension in development.
- Run the extension build/watch:
npm --prefix apps/extension run dev - Open Chrome → Extensions → enable Developer mode.
- Click "Load unpacked" and select
apps/extension/dist. - Ensure the backend is running on
http://localhost:3001. - Visit a product page or select text and use the context menu to "Find cheapest price...".
Tip: If your portal is running on HTTPS and backend on HTTP, our background fetch proxy avoids mixed-content issues.