Last updated: 2026-07-11
Sonde A: AI Visibility Checker ("the extension") is a Chrome extension that checks whether your brand is cited in Google AI Overviews, ChatGPT, and Perplexity answers. This policy describes exactly what the extension's code does with your data.
chrome.storage.local on your device only
(src/lib/storage.ts, getBrands/saveBrands). Never transmitted anywhere.src/lib/types.ts ScanResult, written via appendScanRecord in
src/lib/storage.ts). This history is stored only in chrome.storage.local on your
device, capped at 2000 records (MAX_HISTORY_RECORDS), and can be exported by you as a
CSV file (scanHistoryToCsv) or cleared from the options page. It is never sent to any
server controlled by the developer.chrome.storage.local (STORAGE_KEYS.scanCountByMonth).google.com/search, chatgpt.com, perplexity.ai).<all_urls> host permission: it can only run on
the four domains listed in manifest.json (host_permissions).https://sebastian-code-automation.github.io/ducens-watchtower/sonde-a-visibility/selectors.json
(src/lib/selectors.ts, loadSelectorsConfig). This request carries no user data: it is
a plain GET used only to keep the extension working when a site's HTML changes, and the
response is validated before use. If it fails, the extension falls back to a selectors
file bundled with the extension.src/lib/payments.ts). This involves your browser
communicating with extensionpay.com (and Stripe as ExtensionPay's own payment
processor) to open the payment page and verify paid status. The extension itself does not
send your brand names or scan history to ExtensionPay, only what ExtPay's own library
needs to identify your installation. See ExtensionPay's own privacy policy at
https://extensionpay.com/privacy.html for what it collects.Questions about this policy: sebastian.stephen.dominguez@gmail.com