TabsManagement is an app that will help you organize your Google Chrome tabs. You can save and retrieve Chrome sessions from any computer because your data will be linked to your Google account and saved to the cloud.
To achieve this, we use two main components: the first one is a Chrome Extension, which will scan your current session, show your saved session and so on. The other component is the server part, that will handle the extension requests to save and retrieve your sessions
This extension will present you with a pretty control page with your saved sessions, there you can open saved tabs, windows or even entire sessions.
The extension also is responsible for scanning the current session, then you can save that with ease.
Your data must be saved somewhere. As a way to respect your privacy and link your data to your Google account, we chose to store this data in a Google Sheets file in your drive. To achieve this, we use a Google Script that creates a folder in your drive root, there the Google Sheets files will be created and will hold your data.
You will have to authorize this script in the first use of the app, then you can see all the scopes this script requests.
We care about your data privacy, that's why we choose to host your data in your Google account, this way, not even us have access to the pages you save.
The only data we get from you is the number of tabs, windows, and sessions that you save. These numbers are linked to your e-mail, as your language preference and locale. The purpose of this information is to track the general app usage, we will not charge you for data usage.
To know more about our privacy policy, you can check here