Privacy Policy

Last updated: February 2025

Overview

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.

Data Collection

The Extension does not:

Data the Extension Accesses

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.

Permissions

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.

Third-Party Services

The Extension does not use any third-party services, SDKs, or APIs.

Changes to This Policy

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.

Contact

For questions about this privacy policy, please open an issue on the GitHub repository.