TL;DR

Keep My GHL does not collect, store, or transmit any of your personal data or page content to any server. Everything stays on your device. The only outbound connections are ones you initiate — directly to GitHub or Netlify using your own credentials.

What we don't collect

Keep My GHL does not collect:

  • Your name, email, or any personal identifiers
  • The content of pages you export
  • Your GoHighLevel credentials or session data
  • Your browsing history or URLs you visit
  • Usage analytics, telemetry, or crash reports of any kind
  • IP addresses or device fingerprints

There is no analytics SDK, no tracking pixel, and no call home. The extension has no backend server of its own.

What stays on your device

The extension uses Chrome's local storage API solely to save your GitHub Personal Access Token if you choose to use the GitHub push feature. This token is:

  • Stored only in your browser's local extension storage
  • Never transmitted to IgnitivIO, our servers, or any third party
  • Sent directly from your browser to GitHub's API only when you click "Push to GitHub"
  • Removable at any time via Chrome → Extensions → Keep My GHL → Clear data

Exported project files (HTML, CSS, JS, images) are saved directly to your local Downloads folder via the Chrome downloads API. They never pass through our servers.

Permissions explained

Chrome requires extensions to declare every permission they use. Here is exactly why Keep My GHL requests each one:

Permission Why it's needed
activeTab Reads the current GHL page content only when you click the extension icon. Never runs automatically in the background.
scripting Injects the extraction script into the active tab when you click "Grab Project." Required to read the page DOM, styles, and assets.
downloads Saves the exported ZIP file to your local Downloads folder.
storage Saves your GitHub token, Netlify token, and Cloudflare API credentials locally so you don't have to re-enter them. Also stores version history snapshots locally. Never synced to any server.
webNavigation Detects when you're on a GHL AI Studio page so the extension icon activates. No data is recorded or transmitted.
alarms Powers the Auto-Backup feature. When enabled, Chrome fires a background alarm on your chosen schedule (1h / 6h / daily / weekly) to silently grab an open GHL tab. The alarm fires only in Chrome — no server is involved.
tabs Used only during Auto-Backup to find an open GHL AI Studio tab to back up. The extension never reads tab content unless you explicitly trigger a grab or auto-backup is enabled.
<all_urls> GHL AI Studio sites are served on your customers' custom domains — not just gohighlevel.com. The extension needs access to those domains to capture your page's assets. It only activates when you explicitly click the icon.

Third-party services

GitHub. When you use the GitHub push feature, your exported files are sent directly from your browser to the GitHub API (api.github.com) using your own Personal Access Token. IgnitivIO has no access to your GitHub account or repositories. GitHub's privacy policy applies: github.com/privacy.

Netlify. When you use the Netlify deploy feature, files are sent directly from your browser to Netlify's API using your credentials. IgnitivIO has no access to your Netlify account. Netlify's privacy policy applies: netlify.com/privacy.

Vercel. When you use the Vercel deploy feature, files are sent directly from your browser to Vercel's API using your credentials. IgnitivIO has no access to your Vercel account. Vercel's privacy policy applies: vercel.com/legal/privacy-policy.

GitHub Pages. Deployments to GitHub Pages go through the GitHub API described above. The same token and privacy terms apply.

Cloudflare Pages. When you use the Cloudflare Pages deploy feature, your exported files are sent directly from your browser to Cloudflare's API (api.cloudflare.com) using your own API token and Account ID. Your Cloudflare API token is stored locally in your browser's extension storage — it is never sent to IgnitivIO. Cloudflare's privacy policy applies: cloudflare.com/privacypolicy.

No other third-party services are contacted by the extension.

Children's privacy

Keep My GHL is a professional tool for GoHighLevel agency users and is not directed at children under 13. We do not knowingly collect any information from children.

Changes to this policy

If we update this policy, the "Last updated" date at the top of this page will change. We will also note significant changes in the extension's release notes. Continued use of the extension after any update constitutes acceptance of the revised policy.

Contact

Questions about this policy? Email hello@ignitiv.io or visit ownmyghl.ignitiv.io. We respond same day.