Last updated: 2026-07-22
Card Advisor is a Chrome extension that recommends which of your credit cards earns the most rewards for a purchase, based on the page you're checking out on. This page explains exactly what data the extension reads, stores, and sends, and what it never does.
The extension's content script looks at the current page's URL and visible page content (form fields, button text) to detect whether you're on a checkout or payment page. This check happens locally, in your browser, on every page you visit. Page content is never transmitted anywhere — it's used only to decide, on-device, whether to show a card recommendation.
The list of credit cards you've added in Settings (card name, issuer, and
public reward-rate data for that card product — not your card number, expiration
date, CVV, or any account/payment information) is stored only via Chrome's
built-in chrome.storage.sync (synced across your own signed-in Chrome
browsers via your Google account) — never on a server we run. Dismissing the
recommendation banner with the × button only closes it for that page view; it
isn't remembered, so the banner will show again on your next visit.
The one exception is the "Report this page" button, described below — that's the only thing Card Advisor stores server-side.
Card Advisor makes network calls to its own backend
(card-advisor-proxy.pointout-extension.workers.dev) in two cases,
both initiated by something you explicitly do:
Neither of these sends your page content, browsing history, or any payment information. The backend proxy exists to keep third-party API keys and database credentials out of the extension itself; it does not log requests beyond what's described above.
Questions about this policy: mahanmostafavi1@gmail.com
See also the Terms of Use.