Last updated: 2 June 2026
Merge Request Tracker (“the extension”) is a browser extension that displays your GitLab, GitHub, and Bitbucket merge/pull requests and notifies you when their status changes.
| Data | Where it comes from | Where it is stored | Purpose |
|---|---|---|---|
| Access tokens / app passwords | You enter them in Settings | chrome.storage.local on your device only |
Authenticate API requests to your provider |
| Account settings (host, workspace, scope, filters) | You enter them in Settings | chrome.storage.local on your device only |
Configure what to fetch |
| Merge/pull request metadata (title, state, author, URL) | The provider’s API | chrome.storage.local on your device only |
Display the list and detect status changes for notifications |
All storage is local to your browser profile. None of it is transmitted to the developer or any third party.
When syncing, your browser sends authenticated HTTPS requests directly to the host(s) you configured, for example:
https://gitlab.com (or your self‑hosted GitLab)https://api.github.com (or GitHub Enterprise)https://api.bitbucket.orgThese requests go from your device straight to the provider. They do not pass through any server operated by the developer.
The developer does not sell, rent, or share your data with anyone. No data is collected by the developer in the first place.
Any changes will be reflected in this document with an updated date.
Created by Rahul K M. For questions about this policy, contact the developer through the support contact listed on the Chrome Web Store listing.