Privacy Policy
Last updated: February 2026
What Invox does
Invox exports your order history from Wolt, Uber Eats, and Uber Rides. It works as a web app, CLI tool, and Chrome extension.
Data collection
Invox does not collect, store, or transmit any personal data. All processing happens locally:
- The web app sends API requests through a server-side proxy to bypass CORS. No data is logged or persisted.
- The Chrome extension captures authentication headers from your browser to make API calls directly from your machine. Headers are stored in-memory (session storage) and automatically expire after 30 minutes.
- The CLI runs entirely on your machine.
Third-party services
Invox communicates only with the official APIs of Wolt, Uber Eats, and Uber Rides using your existing authenticated session. No data is sent to any other third party.
Permissions (Chrome extension)
- webRequest - passively captures auth headers when you browse supported sites
- storage - stores captured headers in session-only memory
- downloads - saves exported files to your device
- activeTab - detects which service you're currently using
Back to Invox