Uninstall feedback
Chrome gives developers almost no data on why users uninstall. A one-line setUninstallURL form captures the reason the moment someone leaves — with a drop-off funnel and pages branded to your extension.
One line of setUninstallURL() opens your form the instant a user uninstalls.
See where users abandon — loaded, interacted, submitted — not just who finished.
Your extension's icon and colour; the free-plan badge is removed on Pro.
Catch tab-close exits even when users don't hit submit, so you lose less signal.
chrome.runtime.setUninstallURL() is the single built-in hook for the moment a user removes your extension. UserFeed generates that URL and gives you the exact one-line snippet to paste into your background service worker — no permission required — so you're capturing churn in minutes.
A plain form only tells you what the people who finished answered. UserFeed's drop-off funnel shows loaded → interacted → submitted, so you can see how many opened the form, how many engaged, and how many actually told you why they left — the difference between a survey and churn analytics.
Forms ship with Chrome-optimised uninstall reasons you can edit or add to, and they're branded to your extension out of the box. On the free plan a small “Powered by UserFeed” badge shows; Pro removes it.
FAQ
One line of code, a branded form, and a drop-off funnel — free for your first extension.
Start free