Jira Branch Generator

Chrome Extension – Privacy Policy
Last updated: April 2026
TL;DR

This extension does not collect, transmit, or share any of your data. API tokens are stored only on your device. Network requests are made only to Bitbucket and GitHub when you explicitly create a branch.

1. What data we access

When you open a Jira ticket page, the extension reads the following information directly from your browser's DOM (the visible page content):

This information is used solely to generate a git branch name inside the extension popup.

2. What data we store

The extension stores the following data locally on your device only, using Chrome's built-in chrome.storage.local API:

This data never leaves your device except when making explicit API calls to create branches (see section 4).

3. What data we do NOT collect

4. Third-party API calls

This extension makes network requests only when you explicitly click the Create Branch button. At that point, it calls:

No data from Jira or your branch name is sent to Bitbucket or GitHub other than the branch name itself when creating a branch.

5. Permissions explained

6. Data retention

All locally stored data (history, preferences, API tokens) can be cleared at any time:

Uninstalling the extension removes all stored data automatically.

7. Security

API tokens (Bitbucket and GitHub) are stored in chrome.storage.local, which is sandboxed to this extension only. No other extension or website can access this data. We recommend using tokens with the minimum required scopes and setting an expiry date.

8. Changes to this policy

If this policy changes, the updated version will be published at this URL. The extension does not currently have an automatic update notification for policy changes.

9. Contact

If you have any questions about this privacy policy, please open an issue on the GitHub repository.