maxpatiiuk / calendar-plus

A browser extension for Google Calendar that provides insights into where your time goes. Includes power user tools, data export and customization
https://chrome.google.com/webstore/detail/calendar-plus/kgbbebdcmdgkbopcffmpgkgcmcoomhmh
MIT License
6 stars 1 forks source link

Reinstalling the extension loses shared storage #241

Open maxpatiiuk opened 7 months ago

maxpatiiuk commented 7 months ago
  1. Uninstall extension
  2. Install again
  3. All configured settings are lost

Happened to me several times as I was re-installing the extension to force chrome to install the latest version.

Pretty sure this is fault (or intended behavior) of the chrome storage API, so I might need to look for workarounds:

maxpatiiuk commented 5 months ago

Seems like the local storage data is also removed on uninstall.

There is a way to open a URL on uninstall, however, it is too late as the background script is already removed by that point

Google really needs to improve this as some people are losing valuable data.

Until then, I have a few options:

Given that this is largely Google's fault, I am reducing the priority on this for now