Data Collection and Usage
This Chrome extension stores specific user data for feature functionality:
-
GitHub Personal Access Token (Optional)
-
This token is stored in the user's local storage
(
chrome.storage.local
) or chrome extension cloud
storage (chrome.storage.sync
) for increasing UX
-
It is never transmitted to external servers or
shared with third parties, including the extension developer.
-
The only permission required for the GitHub token in this extension
is repository metadata(only require name, url of repositories).
-
To prevent granting access to all repository source code or
unnecessary token permissions, we have provided GitHub token
issuance guidelines within the extension.
-
Categorized Data (Repositories, Projects, Organizations)
-
Stored locally in the user's browser
(
chrome.storage.local
) or chrome extension cloud
storage (chrome.storage.sync
).
-
Used only to provide the categorization and quick navigation
features.
User Control
-
Users can view, update, or delete their stored data at any time through
the extension's settings menu in the extension popup.
-
If you have any concerns, contact me at
cocorlawnghks@gmail.com.