Updates to the Chrome Web Store extension. For install help, see the extension guide.

1.4 — July 12, 2026

Access & messaging

  • Sign-in vs upgrade prompts are separated: unsigned-in users see Sign in (Zillow, Redfin, and other non-MLS sites do not require a paid plan); Upgrade appears only for MLS sites when the signed-in plan is below Realtor.
  • Removed an invalid privacy_policy key from the extension manifest (the privacy URL remains on the Chrome Web Store listing and findbacomps.com/privacy).

Reliability

  • Fixed lookups stalling on Search needed during large result sets.
  • Added chunk retries and keep-alive handling so batches finish instead of hanging.
  • Pagination on Zillow and realtor.com starts fresh lookups for the new page of listings.
  • Ignores noisy page redraws while a lookup batch is in flight so work is not aborted mid-run.

Performance

  • Larger address batches with moderated concurrency for faster progressive results on search pages.
  • Fewer wasted restarts when the page DOM updates during a lookup.

UI / host-page compatibility

  • Sidebar mounts in a Shadow DOM so host CSS (especially realtor.com) cannot crush fonts, spacing, or controls.

Security & settings

  • API base URL is allowlisted (findbacomps.com / localhost) to prevent unsafe overrides.
  • Popup API URL handling improved so half-typed values are not saved.

1.3 — June 28, 2026

  • Public Chrome Web Store release.
  • Default API URL set to production (https://findbacomps.com).
  • Store privacy and permission justifications documented for reviewers.

← Back to the extension guide