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
Currently, the Flottform Extension is limited to working in a single tab at a time. We need to explore if it’s feasible to enable the extension to run on multiple tabs simultaneously (whether within the same window or across different windows). Additionally, we should determine how to manage the UI in the popup under multi-tab usage and identify any data that may need to be stored in chrome.storage.local to support this functionality.
For now, the extension is limited to one active tab, but these investigations will lay the groundwork for potential multi-tab support in the future.
Links / References
\
Tasks / Definition of Done
Assess technical feasibility for running Flottform Extension on multiple tabs simultaneously.
Define a UI strategy for handling popups in the case of multiple active tabs.
Identify required data to store in chrome.storage.local to maintain consistent functionality across tabs.
Further information
Supporting multiple tabs would make the extension more versatile, but it requires careful handling of the popup UI and storage considerations.
The text was updated successfully, but these errors were encountered:
Description
Currently, the Flottform Extension is limited to working in a single tab at a time. We need to explore if it’s feasible to enable the extension to run on multiple tabs simultaneously (whether within the same window or across different windows). Additionally, we should determine how to manage the UI in the popup under multi-tab usage and identify any data that may need to be stored in
chrome.storage.local
to support this functionality.For now, the extension is limited to one active tab, but these investigations will lay the groundwork for potential multi-tab support in the future.
Links / References
\
Tasks / Definition of Done
chrome.storage.local
to maintain consistent functionality across tabs.Further information
Supporting multiple tabs would make the extension more versatile, but it requires careful handling of the popup UI and storage considerations.
The text was updated successfully, but these errors were encountered: