You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
As per the current implementation (check the background script), the settings tab is opened on every onInstalled event.
Problem
It results in behavior where the tab is opened on every extension version update as well as the first installation event, which is unnecessary.
Solution
The enhanced implementation can validate using the local-storage if the extension is set up (user-access-token) or not. If the extension is activated, it can ignore the onInstalled event.
The text was updated successfully, but these errors were encountered:
Context
As per the current implementation (check the background script), the settings tab is opened on every
onInstalled
event.Problem
It results in behavior where the tab is opened on every extension version update as well as the first installation event, which is unnecessary.
Solution
The enhanced implementation can validate using the local-storage if the extension is set up (user-access-token) or not. If the extension is activated, it can ignore the
onInstalled
event.The text was updated successfully, but these errors were encountered: