Chrome extension privacy
Effective date: August 21, 2026
This page covers the GLPHelper — GLP-1 Pharmacy Check Chrome extension only. The website at glphelper.com has a separate policy at /privacy.
1. Single purpose
The extension reports whether the current page’s domain appears on the NABP Accredited Merchants list, and what type of merchant it is, when the page names a GLP-1 medication. It does not compare prices, give medical advice, or rate sellers.
2. What the extension reads
On a loaded page, the content script reads:
- Visible page text (
document.body.innerText) only to detect these names: semaglutide, tirzepatide, ozempic, wegovy, mounjaro, zepbound, liraglutide, saxenda - The page hostname, used to look up the bundled merchant list
It does not read form fields, cookies, passwords, payment data, or browsing history. It does not change the page.
3. What leaves the browser
Nothing. The merchant list ships inside the extension as data/registries.json. Lookups run on your device. The extension makes no analytics, advertising, crash, or telemetry requests. The only outbound navigation is the footer link to glphelper.com, and only if you click it.
4. Storage and accounts
The extension does not use chrome.storage, cookies, or accounts. Scan results sit in memory for the current tab and vanish when the tab or the extension worker closes.
5. Host access
The content script is registered for <all_urls> so it can detect a GLP-1 name on whatever page you opened. There is no host_permissions entry. The script still only searches for those eight names and the hostname.
6. Children
The extension is intended for adults aged 18 and older. It does not knowingly collect information from anyone, including children.
7. Changes and contact
We will update the effective date on this page when the policy changes. Questions: info@glphelper.com. C1V Technologies Inc., 1621 Central Ave, Cheyenne, WY 82001.