# Privacy Policy — Papaya Front Jack

_Last updated: August 4, 2026_

Papaya Front Jack ("the extension") is a browser tool for QA/test automation engineers to inspect page elements, generate CSS/XPath selectors, and optionally refine them using a third-party AI provider.

## What data the extension accesses

- **Page content of the active tab**: when you use "Inspect Element" or "Search", the extension reads the HTML/DOM of the currently active tab to locate elements and build selectors. This happens only when you actively trigger it — the extension does not run continuously in the background scanning pages.
- **Screenshots**: a cropped screenshot of the located element is captured locally in your browser, to preview and optionally send alongside the selector.

## What data leaves your browser, and where

- **AI optimization (optional feature)**: if you choose to use "Optimize inspected with AI," the element's HTML and a trimmed snippet of the page DOM (truncated to ~15,000 characters) are sent directly from your browser to the API of the AI provider you selected in Settings — one of Anthropic (Claude), OpenAI (ChatGPT), DeepSeek, or GitHub Models (Copilot). This only happens when you press that button; it is not automatic.
- **Sending to your endpoint (optional feature)**: if you choose to use "Send to endpoint," the selector, its type, and the cropped screenshot are sent to the URL you configure in Settings (default: a local address, `http://localhost:2018/addelements`, intended for a locally-running companion tool). This data does not go to Anthropic or the extension developer — it goes only to the endpoint you specify.

## What is stored, and where

- **API keys** you enter in Settings are stored locally in your browser's extension storage (`chrome.storage.local`). They are never transmitted anywhere except directly to the corresponding AI provider's own API when you use the AI-optimize feature.
- **Your configured endpoint URL** is stored the same way.
- No data is sent to, or stored by, the extension developer. There is no analytics, tracking, or telemetry in this extension.

## Third parties

Depending on which AI provider you configure and use, data may be processed by:
- Anthropic (Claude API)
- OpenAI (ChatGPT API)
- DeepSeek
- GitHub / Microsoft Azure (GitHub Models / Copilot)

Each of these processes data under their own respective privacy policies and terms. The extension developer does not control or have access to how these third parties handle data once sent.

## Your control

- The AI-optimize and send-to-endpoint features are both opt-in and manually triggered — nothing is sent anywhere without you clicking the corresponding button.
- You can remove saved API keys and endpoint settings at any time via the Settings panel, or by removing the extension.

## Contact

Questions about this policy: v.hhrzc@gmail.com
