Last Updated: February 17, 2026
Super Simple Clipboard Sync ("the Extension") is designed to provide a simple bridge for high-priority clipboard text between your browser and personal mobile devices.
- Clipboard Content: When the user explicitly triggers a "Push" (via keyboard shortcut or clicking the icon) or enables "Auto-Sync", the Extension sends the current system clipboard text to a Cloudflare Worker server.
- API Keys: No personally identifiable information (email, name) is collected. All data is isolated using a randomly generated "Magic Key" stored only on your device and shared with your iOS Shortcut.
- Storage: Data sent to the Cloudflare Worker is stored with a Time-To-Live (TTL) of 30 days. After 30 days, the data is automatically deleted.
- Cloudflare: We use Cloudflare Workers and KV Storage to transit and store sync data. Cloudflare's privacy policy applies to data in transit.
- Auto-Sync: This feature is disabled by default. Users must opt-in via the Options page.
- Data Deletion: Users can "clear" their sync slot by sending an empty string or changing their API key in the Options page.
We may update this policy occasionally. Any changes will be reflected in this document.
This policy is intended to meet Chrome Web Store requirements.