Privacy Policy

Last updated: January 22, 2026

Overview

Project Env Manager is a Chrome extension that helps web developers switch between environment URLs for their projects. We are committed to protecting your privacy. This extension does not collect, store, or transmit any personal data.

Data Collection

We do not collect any data. Specifically:

  • No personal information is collected
  • No browsing history is tracked or recorded
  • No analytics or telemetry data is sent anywhere
  • No cookies are set by the extension
  • No third-party tracking scripts are included

Data Storage

Your project configurations (project names, environment URLs, and preferences) are stored locally using Chrome's built-in chrome.storage.sync API. This data is synced across your Chrome browsers if you are signed into Chrome, but it is never accessible to us or any third party. Only you can see and manage this data.

Upsun Integration

The extension includes an optional feature to import projects from Upsun (Platform.sh). When you explicitly use this feature, the extension opens the Upsun console in a browser tab for you to authenticate. After authentication, the extension reads your project and environment data from the Upsun API (api.upsun.com) using your session token. This data is only used to populate your local project configuration and is never sent anywhere else.

No connection to Upsun is made unless you explicitly click the "Import from Upsun" button.

Permissions

The extension requests the following browser permissions, each for a specific purpose:

  • storage - To save your project configurations and preferences locally
  • tabs - To detect the current tab URL and open or redirect to environment URLs
  • activeTab - To read the current tab's URL for project and environment detection
  • webRequest - To capture the authentication token during the optional Upsun import
  • host_permissions (*.upsun.com) - Required only for the optional Upsun import feature

Open Source

Project Env Manager is open source. You can review the complete source code on GitHub to verify these privacy claims.

Changes to This Policy

If we make any changes to this privacy policy, we will update this page with the new date. Since we do not collect any data, changes are unlikely.

Contact

If you have questions about this privacy policy, please open an issue on our GitHub repository .