NOTE: This extension doesn’t make any network calls or requests what-so-ever, therefore any user data never leaves the user’s local device.
This chrome extension collect data regarding:
User activity data is used to notify the background script for it to start an “active session” depicting user activity when it detects a mouse click, scroll, or keyboard click on a website.
The application keeps a history of tabs the user visited in order to accurately calculate the time a user spends on each tab during a user’s active sessions. This includes the url of the tabs, the favicon of the tabs, and the title of the tab.
In addition, this chrome extension uses the following chrome features:
Chrome storage is used to store data on a user’s activity history throughout the current day and previous days.
Alarms are used to indicate the start of a new day, and the end of an activity session. This is necessary for the logic of the extension to track user activity.