Trajectory does not collect, store, or transmit any personally identifiable information. All trip and itinerary data entered by the user is stored locally in the browser via chrome.storage.sync and is never sent to our servers.
The extension makes the following outbound requests:
- Unsplash (unsplash.com) — to fetch destination cover photos based on trip region names
- logo.dev — to fetch airline logo images based on airline domain names
- flagsapi.com — to fetch country flag images based on country codes
- Cloudflare Worker (trajectory-api) — when the AI Autofill feature is used, the text content and URL of the current page is sent to our Cloudflare Worker, which forwards it to the Google Gemini API solely to extract booking details. No user account data or personally identifiable information is included in this request. This request is only made when the user explicitly initiates an autofill action.
No user data is included in image requests beyond the search terms (destination names, airline domains, and country codes) necessary to retrieve relevant assets. We do not sell, share, or transfer user data to any third party.