Pricifly

Install Pricifly

Follow these steps to use the extension in development.

  1. Run the extension build/watch: npm --prefix apps/extension run dev
  2. Open Chrome → Extensions → enable Developer mode.
  3. Click "Load unpacked" and select apps/extension/dist.
  4. Ensure the backend is running on http://localhost:3001.
  5. 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.