2026-01-22 16:08:21 +08:00
# Privacy Policy for Page Agent Extension
2026-02-14 16:51:37 +08:00
**Last updated:** February 2026
2026-01-22 16:08:21 +08:00
## Overview
Page Agent Extension is a browser automation tool that uses AI to help you interact with web pages. This policy explains what data is processed and under what circumstances.
## Data Processing
### Local Processing
2026-02-14 17:03:41 +08:00
The extension performs DOM analysis and automation actions **locally in your browser** . Your browsing history, passwords, and form data are not accessed or collected by the extension developer.
2026-01-22 16:08:21 +08:00
### Data Transmission
Data is transmitted to external servers **only when you initiate an automation task** . When this occurs:
- Your task instructions (natural language commands)
2026-02-14 17:03:41 +08:00
- Simplified page structure (cleaned DOM) of all pages under the extension's control
2026-01-22 16:08:21 +08:00
are sent to the LLM API endpoint configured in **your settings** .
2026-02-14 17:03:41 +08:00
> **Note:** The DOM cleaning process simplifies page structure for AI readability but **does not guarantee removal of sensitive information** (e.g., visible text, form values, or personal data on the page). Please be mindful of the page content when initiating tasks.
2026-01-22 16:08:21 +08:00
**If you configure a third-party LLM provider** (e.g., OpenAI, Anthropic, or others), data is sent directly to that provider. Their privacy policies apply.
2026-02-24 00:59:42 +08:00
**If you use our testing endpoints** , your requests are proxied to an LLM provider for AI processing. We currently offer two free testing endpoints:
2026-01-22 16:08:21 +08:00
2026-02-24 00:59:42 +08:00
- **Qwen**: Proxied to `https://dashscope-intl.aliyuncs.com/compatible-mode/v1` ([Alibaba Cloud Bailian ](https://bailian.console.aliyun.com/ )). [Bailian Terms of Service ](https://terms.alicdn.com/legal-agreement/terms/common_platform_service/20230728213935489/20230728213935489.html ) applies.
- **DeepSeek**: Proxied to `https://api.deepseek.com` . [DeepSeek Privacy Policy ](https://cdn.deepseek.com/policies/en-US/deepseek-privacy-policy.html ) applies.
Regarding these test endpoints:
- These endpoints are provided for evaluation purposes only and are not recommended for production or daily use
2026-02-14 17:03:41 +08:00
- The free model and their service providers may change at any time without prior notice
2026-01-22 16:08:21 +08:00
- We do **not** store your task content, page content, or visited URLs
2026-02-14 17:03:41 +08:00
- Minimal logging (timestamps, request metadata, IP addresses) may be collected for abuse prevention and service stability
2026-01-22 16:08:21 +08:00
## Data Storage
- **Local storage only**: Your configuration (API endpoint, API key, model selection) is stored in your browser via `chrome.storage.local`
- **No cloud sync**: Configuration is not synced to any external server
- **No analytics**: The extension does not include any analytics or tracking code
## Your Control
- The extension is open source and can be audited by anyone
- You choose which LLM provider to use
- You may configure your own API endpoint at any time
- You can clear all stored data by removing the extension
## Changes to This Policy
We may update this policy as the extension evolves. Significant changes will be noted in the extension's release notes.
## Contact
For questions about this privacy policy:
https://github.com/alibaba/page-agent/issues
---
Source code: https://github.com/alibaba/page-agent