Account Actions Menu#
Account Actions Menu - a contextual menu of the accounts table row that opens by clicking the ⋮ icon in the "Name" column and provides quick access to operations for managing a specific account.
Location: access the menu through the "Accounts" section - the ⋮ icon in the row of the required account in the table.
Available actions:
- open the account profile editing window
- assign or change additional account data
- assign or change encrypted account data
- duplicate the account
- clear the account cache
- restore the profile from backup
- export account cookies to a file
- Cookie Robot settings
- delete the account
"Edit" Item#
The "Edit" Item is designed to update the account profile parameters. After selection, the "Edit Account" window opens with tabs "General", "Time Zone", "Language", "Proxy", and "Extensions", and on the right displays the browser fingerprint information.
How to edit the account:
- Click the ⋮ icon in the row of the required account.
- Choose Edit.
- In the "General" tab, modify "Name", "User-Agent", "Tags", etc.
- Click Generate a new fingerprint to update fingerprint parameters.
- Go to the "Time Zone" tab and configure the time zone or enable IP-based time zone.
- Go to the "Language" tab and set the interface language and browser language priorities.
- Go to the "Proxy" tab and assign a proxy through the required mode.
- Click Save.
After saving, the changes apply to the profile. Clicking Cancel or ✖️ closes the window without saving.
If mandatory fields are not filled or values are invalid, the Save button remains inactive, and problematic fields are highlighted with error text.
Complete information on settings is available in the section "Edit" Item
"Additional Data" Item#
The "Additional Data" Item is intended to store a set of account variables in the key → value format used in automation scenarios and scripts. After selection, the "Assign Additional Data to Accounts" window opens with a list of existing pairs and fields for entering new ones.
How to add or modify additional data:
- Click the ⋮ icon in the row of the required account.
- Choose Additional Data.
- In the "Assign Additional Data to Accounts" window, enter values in the "Key" and "Value" fields.
- To add another pair, click Add another key.
- To hide or show values, click the eye icon.
- To delete a pair, click ✖️ in the corresponding row.
- Click Save.
After saving, the data is linked to the account and becomes available for use in scripts and modules.
The key should contain only Latin letters, numbers, and underscores - without spaces and special characters. Empty keys or values are not saved. If fields are not filled, the Save button remains inactive.
Complete information on settings is available in the section "Additional Data" Item
"Encrypted Data" Item#
The "Encrypted Data" Item is intended to store sensitive values in encrypted form as key → value pairs. After selection, the "Assign Encrypted Data" window opens with a list of existing pairs and fields for entering new ones.
How to add encrypted data:
- Click the ⋮ icon in the row of the required account.
- Choose Encrypted Data.
- In the "Assign Encrypted Data" window, enter values in the "Key" and "Value" fields.
- To add another pair, click Add another key.
- To hide or show values, click the eye icon.
- To delete a pair, click ✖️ in the corresponding row.
- Click Save.
After saving, the data is linked to the account, encrypted with AES-256-CBC standard, and becomes available for use in scripts and modules.
The key should contain only Latin letters, numbers, and underscores - without spaces and special characters. Empty keys or values are not saved. If fields are not filled, the Save button remains inactive.
Complete information on settings is available in the section "Encrypted Data" Item
"Duplicate" Item#
The "Duplicate" Item is designed to create an exact copy of the account profile. After selection, the confirmation window "Duplicate Account" opens with a request for action confirmation.
How to duplicate the account:
- Click the ⋮ icon in the row of the required account.
- Choose Duplicate.
- In the "Duplicate Account" window, click Confirm.
After confirmation, a copy of the profile appears in the accounts table. Clicking Cancel closes the window without action.
Complete information on settings is available in the section "Duplicate" Item
"Clear Cache" Item#
The "Clear Cache" Item is intended to delete cached data of the selected profile. After selection, the confirmation window "Clear Cache" opens.
How to clear the cache:
- Click the ⋮ icon in the row of the required account.
- Choose Clear Cache.
- In the "Clear Cache" window, click Confirm.
After confirmation, the profile cache is cleared. Clicking Cancel closes the window without action.
Complete information on settings is available in the section "Clear Cache" Item
"Restore from Backup" Item#
The "Restore from Backup" Item is intended to revert the profile to one of the saved states. After selection, the "Profile Backups" window opens with a list of available backups in .zip format with their creation date and time.
How to restore the profile from a backup:
- Click the ⋮ icon in the row of the required account.
- Choose Restore from Backup.
- In the "Profile Backups" window, find the desired backup by date.
- Click Restore next to the selected backup.
- In the confirmation window "Restore profile from backup?", click Confirm.
After confirmation, the account is restored from the selected state. Closing the window is done through ✖️.
If the list of backups is empty, restoration is not available. Make sure that backups were previously created for this profile.
Complete information on settings is available in the section "Restore from Backup" Item
"Export Cookies" Item#
The "Export Cookies" Item is intended to save profile cookies in a JSON file format. After selection, a system dialog window for saving the file opens, where you choose the folder and file name.
How to export cookies:
- Click the ⋮ icon in the row of the required account.
- Choose Export Cookies.
- In the system save dialog, select the folder and optionally change the file name.
- Click the system button Save.
The cookies file is saved in .json format in the selected folder. Clicking the system button Cancel closes the dialog without saving.
Complete information on settings is available in the section "Export Cookies" Item
"Cookie Robot" Item#
The "Cookie Robot" Item is intended for automatic site crawling to accumulate cookie files and warm up the profile. After selection, the "Cookie Robot" window opens, where you specify the list of sites and configure their visit parameters.
How to start collecting cookies:
- Click the ⋮ icon in the row of the required account.
- Choose Cookie Robot.
- In the "URL Addresses" field, enter the list of sites, each on a new line.
- If necessary, mark Navigate deeper to other pages and configure additional crawling parameters.
- Click the Save button.
After saving, the robot will start automatic cookie crawling according to the specified parameters. Clicking Cancel closes the window without starting.
Complete information on settings is available in the section "Cookie Robot" Item
"Delete" Item#
The "Delete" Item is intended to remove the account from the table. After selection, the confirmation window "Delete Selected Accounts" opens with the number of accounts to be deleted specified.
How to delete the account:
- Click the ⋮ icon in the row of the required account.
- Choose Delete.
- In the "Delete Selected Accounts" window, review the details and click Confirm.
After confirmation, the account is moved to the "Account Trash" section, where it can be restored or permanently deleted.
The deleted account goes to the "Account Trash" section, where it can be restored or permanently deleted.
Complete information on settings is available in the section "Delete" Item
Workflow Scenario#
Step 1: Open the actions menu
In the accounts table, find the required row and click the ⋮ icon in the “Name” column.
Step 2: Choose an action
In the menu, select the desired item: Edit, Additional Data, Encrypted Data, Duplicate, Clear Cache, Restore from Backup, Export Cookies, or Delete.
Step 3: Fill out the form
If the selected action opens a modal window with a form - fill in the necessary fields. For the “Edit Account” window, navigate through tabs and make changes.
Step 4: Confirm the action
Click Save or Confirm to apply changes. For critical actions - Duplicate, Clear Cache, Delete - always confirm in the confirmation dialog.
Step 5: Check the result
After performing the action, the accounts table is updated. Make sure the changes are displayed correctly.