# Privacy Policy for OrderCloud DevTools **OrderCloud DevTools** is a developer tool Chrome extension designed to help troubleshoot, debug, and inspect API calls to the Sitecore OrderCloud platform. ## Data Collection & Storage - **Local Only**: All data captured by the extension (including API requests, responses, headers, and authentication tokens) is stored entirely in memory or browser temporary session storage (`chrome.storage.session`). - **No External Transmission**: The extension **never** transmits, shares, or reports any captured data or logs to external servers or third-party analytics services. - **Session Lifespan**: Captured data resides exclusively on your machine and is destroyed when you close the tab, the DevTools window, or the browser. ## Permissions Requested - **activeTab / Host Permissions (`*://*.ordercloud.io/*`)**: Used exclusively to hook into and inspect API calls sent to the OrderCloud platform. - **storage**: Used to persist a ring-buffer of captured requests across background service worker suspends/reloads within the active session. ## License MIT License. Open source and audit-ready from day one.