This happened during one of the installations. The user used Chrome with their personal profile on a work computer but did not choose to sync the data between accounts.
This completely broke their experience of using the application. Instead, the 'onInstalled' event will be triggered on every browser they want to use our extension. So we can use the local storage instead of the sync storage.
This happened during one of the installations. The user used Chrome with their personal profile on a work computer but did not choose to sync the data between accounts. This completely broke their experience of using the application. Instead, the 'onInstalled' event will be triggered on every browser they want to use our extension. So we can use the local storage instead of the sync storage.