mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
e21022d985
* Some features are now optional (#148) * fix(dev): yarn.lock tree fix * feat: bookmarks moved to optional permissions * fix: analytics not working in firefox * feat!: ability to turn off analytics (uses permissions on firefox) * feat: analytics tracker for bookmark export * feat: add privacy policy link in about section * docs: privacy policy update * feat: ability to chain multiple dialogs * fix(loc): analytics option translation * feat: settings review dialog * fix: background script fails to load because of frontend code * chore: use analytics permission as storage value * fix: inverted analytics value * feat!: option to disable thumbnail capture * fix(ci): sed typo * fix: minor fixes * fix(firefox): web-ext lint error fix * chore(ci): switch web-ext action * chore(lint): fix eslint warnings * chore(deps): monthly dependency bump (September 2025) (#149) * chore: 3.1.0 version bump * chore: minor cleanup * fix: allow analytics checkbox stays inactive after denying permission on firefox * fix(deps): yarn.lock rebuild * fix: type assertion for userId * fix: settings review dialog not showing if welcome dialog is not required * fix: analytics and thumbnail capture toggles react incorrectly if permission is denied
3.2 KiB
3.2 KiB
Tabs aside extension Privacy policy
- Developers of the extension don't affiliate with Google LLC, Mozilla Foundation or Microsoft Corporation in any way.
- This extension stores user data only related to its core functionality. This includes:
- User settings
- User saved collections of tabs
- Thumbnails of saved tabs
- This extension uses Google Analytics to collect usage statistics and improve the extension.
- This extension uses analytics to collect following data:
- Random UUID to distinguish unique users
- Browser name and version
- Operating system name and version
- System architecture
- Screen resolution
- Extension language
- User settings
- Number of saved collections
- Events, related to user's actions:
bmc_clicked(when "Buy me a Coffee" button is clicked)collection_list(when extension's options page is opened)cta_dismissed(when "Like this extension?" prompt is closed)extension_installed(when extension is installed or updated)feedback_clicked(when "Leave feedback" button is clicked)item_created(when new collection or group is created using dialog window)item_edited(when collection or group is edited)options_page(when extension's options page is opened)page_view(when extension's page is opened)save(when "Save all tabs" or "Save selected tabs" buttons are clicked)set_aside(when "Set all tabs aside" or "Set selected tabs aside" buttons are clicked)used_drag_and_drop(when items inside collection list were reordered)visit_blog_button_click(when "Read dev blog" button is clicked)bookmarks_saved(when "Export to bookmarks" option is clicked)
- Events, related to extension errors:
background_error(when error inside background service has occured)cloud_get_error(when failed to retrieve collections from the cloud storage)conflict_resolve_with_cloud_error(when failed to retrieve collections from the cloud storage during storage conflict resolution)cloud_save_error(when failed to save collections to the cloud storage)messaging_error(when failed to send a message to extenion's background service)notification_error(when failed to display a toast notification)
- Following events, beside their name, include additional information, such as:
item_createdanditem_edited:- Type of the affected item (
collectionorgroup)
- Type of the affected item (
extension_installed:- Reason for update (
install,update, orbrowser_update) - Previously installed extension's version, if applicable
- Reason for update (
page_view:- Type of the page (
options_pageorcollection_list)
- Type of the page (
- All extension's error events:
- Error name
- Error message
- Error call stack
- This extension does not collect or use any personally identifiable information (PII) or sensitive data for purposes other than its core functionality.
- This extension uses cloud storage built into your browser to store its data.
- Refer to your browser's developer regarding the privacy policy of the cloud storage used by your browser.