2. What Data the Extension May ProcessDepending on the settings and usage scenario, the extension may process the following categories of data:
2.1. Data from the Open CRM/Helpdesk PageThe extension may read the text of an open ticket or customer request on the CRM/helpdesk system page in order to determine which response templates match the current request.
Such data may include:
- the text of the customer request;
- the text of the conversation in the ticket;
- visible page text needed to search for keywords and triggers;
- the address of the current page, in order to determine when the user has moved to another ticket.
This data is used only for the core function of the extension: ticket analysis, template selection, and reply insertion.
2.2. Extension User DataFor authorization and synchronization of the team template database, the extension may process:
- the user’s email address;
- the user identifier in the authorization system;
- Firebase authorization tokens;
- the user’s role, for example admin or viewer;
- the user’s activity status.
This data is needed to restrict access to the team template database and determine the user’s permissions.
2.3. Template and Settings DataThe extension may store and synchronize:
- response templates;
- folders and template structure;
- triggers and keywords;
- extension settings;
- user notes;
- links added by the user;
- template usage statistics;
- synchronization status;
- technical logs, if logging is enabled.
This data is used for the operation of the extension and to save user settings between sessions.
2.4. Clipboard DataThe extension may use the clipboard to insert the selected response template into complex text editors in CRM/helpdesk systems.
The clipboard is used only to perform an action requested by the user, for example when selecting a template for insertion. The extension does not use the clipboard to secretly collect personal information.