Last updated: March 6, 2026
Sequoia DevTools is a Chrome extension designed for developers to inspect, toggle, and manage feature flags in Sequoia applications at runtime. This privacy policy explains how the extension handles data.
Sequoia DevTools does not collect, store, transmit, or share any personal data or browsing information.
The extension injects content scripts on web pages solely to:
All data accessed (feature flag names and values) exists only within the inspected page’s runtime and is displayed locally in the DevTools panel or popup. No data leaves your browser.
<all_urls>)The extension requires content scripts to run on all URLs because developers may work across different domains (localhost, staging, production). The content scripts only interact with the page’s React Fiber tree to read and modify feature flag state. They do not read, collect, or transmit any other page content.
The extension does not persist any data. Feature flag state is read from the page in real time and is discarded when the DevTools panel, popup, or tab is closed.
The extension does not communicate with any external servers, APIs, or third-party services.
We may update this privacy policy from time to time. Any changes will be reflected by updating the “Last updated” date above.
If you have questions about this privacy policy, please open an issue on the project’s GitHub repository.