Privacy policy — Prototype Feedback

Chrome extension • Last updated 2026-06-07

Prototype Feedback is a browser extension that lets a reviewer pin comments to elements (or regions) on a webpage and export the captured feedback as a ZIP archive (for AI coding assistants) or a single-file HTML report (for sharing with stakeholders).

What the extension collects

When the reviewer takes an action (clicks an element, drags a region, or saves a comment), the extension stores the following on the reviewer's local machine only, inside the browser's extension storage:

Optional capture (off by default)

The following are opt-in per feedback session and are not captured unless the reviewer turns them on using the toggles in the popover. Like everything else, they stay in browser memory and never leave the machine without an explicit Export or Upload:

What the extension does NOT collect

Permissions and why they are required

PermissionWhy
storageSave captured comments locally between page loads and browser sessions.
unlimitedStorageSessions with many screenshots can exceed the default 5 MB storage cap. This permission lifts the limit so data is not lost mid-session. All data remains local.
activeTabTemporary access to the tab the reviewer is currently viewing — granted only when they click the extension icon. Used to read the page URL and inject the in-page toolbar. Revoked when the tab navigates.
scriptingInject the toolbar / content script into the active tab when the reviewer clicks "Start feedback session". When the reviewer opts in, it also injects small shims that wrap console.error/console.warn and fetch/XMLHttpRequest to include runtime errors and network failures in exports. These shims run only on the active tab and only after the reviewer enables the corresponding capture toggle.
downloadsWrite the exported file (ZIP or HTML) to the reviewer's Downloads folder when they click Export.
identityAuthenticate the reviewer with their Google account when they choose to upload an export to Google Drive. The OAuth flow is interactive (requires explicit user consent), scoped to drive.file (can only access files the extension itself created), and entirely opt-in — reviewers who do not click "Upload to Drive" never trigger this flow. No tokens are stored by the extension; Chrome manages the token lifecycle.

The extension does not request the broad <all_urls> host permission and does not request the tabs permission. Access to a page is scoped to the single tab the reviewer explicitly activates.

Where data goes

Children

This extension is not directed at children under 13 and the author does not knowingly collect any data from such users.

Contact

For questions about this policy, reach the developer at the email listed on the Chrome Web Store listing.