Skip to content

Instantly share code, notes, and snippets.

@jcppman
Created May 20, 2026 06:53
Show Gist options
  • Select an option

  • Save jcppman/f6f58e8351c67275ed2d75a5a640f451 to your computer and use it in GitHub Desktop.

Select an option

Save jcppman/f6f58e8351c67275ed2d75a5a640f451 to your computer and use it in GitHub Desktop.
Privacy Policy

Everyday Giver — Privacy Policy

Last updated: 2026-05-19

Everyday Giver is a developer-productivity Chrome extension. It is designed to keep your data on your own machine.

What the extension accesses

  • Slack thread content. Only when you explicitly click a copy action, the extension reads the messages of the thread you have open (message text, author names/handles, timestamps) using your own already logged-in Slack session, the same way the Slack web app does. It does not log in for you and has no access to your password.

What is stored, and where

  • Your prompt templates are stored locally in chrome.storage.local on your device.
  • A short-lived, in-memory cache of user display names/handles for the page you are viewing (cleared when the tab is closed/reloaded).

Nothing is stored on any server operated by the developer.

What is transmitted

  • Nothing to the developer or any third party. The extension contacts only Slack's own API endpoints (app.slack.com / slack.com), using your existing browser session, to read the thread you asked to copy.
  • The formatted result is placed on your clipboard. Where it goes from there is up to you.
  • No analytics, telemetry, tracking, advertising, or remote logging.

Permissions

  • storage — to save your prompt templates locally.
  • Content script on https://app.slack.com/* — to add the copy button to the thread pane and read the open thread when you click it.

Data retention & deletion

Templates remain until you delete them in the extension's options, or until you uninstall the extension (which clears its local storage). There is no account and no server-side data to delete.

Contact

Questions: jcppman@gmail.com

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