Skip to content

Instantly share code, notes, and snippets.

@luisjppm
Created October 30, 2025 19:19
Show Gist options
  • Select an option

  • Save luisjppm/80780f19218cba19c6d1df69d0ce5791 to your computer and use it in GitHub Desktop.

Select an option

Save luisjppm/80780f19218cba19c6d1df69d0ce5791 to your computer and use it in GitHub Desktop.
Privacy Policy for BigQuery Auto-Title

Privacy Policy for BigQuery Auto-Title

Last Updated: [Today's Date]

Overview

BigQuery Auto-Title is a Chrome extension that automatically generates descriptive titles for BigQuery SQL queries.

Data Collection

We do NOT collect, store, or transmit any personal information or user data.

Query Processing

  • SQL queries are sent to our secure backend API solely to generate descriptive titles
  • Queries are processed in real-time and are NOT stored or logged
  • The backend uses OpenRouter API to generate titles via AI
  • No query content is retained after processing

Local Storage

  • Generated titles are stored locally in your browser using Chrome's storage API
  • This data never leaves your device except for the query text sent to generate titles
  • You can clear this data anytime by removing the extension

Rate Limiting

  • We track daily usage per IP address to enforce our free tier limit (50 queries/day)
  • This is done to prevent abuse and ensure fair usage
  • No personal information is associated with usage tracking

Third-Party Services

We use:

  • Netlify (hosting our backend API)
  • OpenRouter (AI service for generating titles)

Please review their privacy policies:

Permissions

The extension requests the following permissions:

  • activeTab: To read SQL queries from BigQuery editor
  • storage: To save generated titles locally
  • notifications: To inform users about rate limits
  • BigQuery access: To function only on BigQuery pages
  • Netlify access: To communicate with our backend API

Data Security

  • Your API credentials are never exposed in the extension
  • All communication with our backend uses HTTPS encryption
  • No sensitive data is stored or transmitted

Changes to Policy

We may update this privacy policy from time to time. Any changes will be posted at this URL with an updated "Last Updated" date.

Contact

Questions about this privacy policy? Contact us at: [Your email or GitHub issues page]

Consent

By using BigQuery Auto-Title, you agree to this privacy policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment