UniPath Bridge — Privacy Policy

Effective: 2026-05-07

UniPath Bridge is a personal-use Chrome extension that captures Khan Academy and IXL exercise activity from the browser it's installed in and forwards it to a parent-managed dashboard. This policy describes exactly what data is collected and how it's used.

What we collect

When the extension is active on *.khanacademy.org or *.ixl.com, we capture network requests the page makes to those domains:

We do not collect:

Where it goes

Captured events are sent to a single endpoint operated by the extension owner: https://khan-bridge.nuttarong1976.workers.dev/collect

Authentication uses a fixed bearer token bundled with the extension. The endpoint stores events in a Cloudflare Workers KV namespace owned by the extension owner.

Who can read it

Only the extension owner (the parent who deployed this) has the bearer token to read back events from /events. The bearer token is not transmitted to any third party.

Why this design

This extension is built for a single-family use case: a parent wanting to see their child's homework progress on Khan Academy and IXL. It's not a general-purpose data collector. The captured data is the minimum needed to reconstruct "what exercises the child worked on and how they scored."

Data retention

Events are kept indefinitely in the parent's Worker KV store. The owner can delete events by purging the KV namespace.

Permissions justification

PermissionWhy
host_permissions: *.khanacademy.orgInject capture scripts on Khan Academy pages
host_permissions: *.ixl.comInject capture scripts on IXL pages
host_permissions: unipath-web.pages.dev / unipath.appWrite the "installed" marker on the parent dashboard
host_permissions: khan-bridge.nuttarong1976.workers.devPOST captured events to the parent's ingest worker
storagePersist pending events between service-worker wakes

Contact

For questions or removal requests: nuttarong1976@gmail.com