Last updated: February 2025
GraphQL Tracker ("the Extension") is a Chrome/Edge DevTools extension that helps developers inspect GraphQL network requests in real-time. This page explains what data the Extension accesses and how it is handled.
The Extension does not:
The Extension uses the Chrome DevTools Network API to read GraphQL network requests made by the page you are inspecting. This includes:
This data is held entirely in memory within the DevTools panel and is cleared automatically when you close DevTools or navigate to a new page (unless "Preserve Log" is enabled). It is never written to disk, synced, or sent anywhere.
The Extension requests host_permissions: <all_urls> solely because the
Chrome DevTools Network API requires it to intercept network traffic on any website the
developer chooses to inspect. The Extension does not actively access or modify any web
page content.
The Extension does not use any third-party services, SDKs, or APIs.
If this policy changes, the updated version will be published at this URL. Continued use of the Extension after changes constitutes acceptance of the revised policy.
For questions about this privacy policy, please open an issue on the GitHub repository.