With Cookie Manager you can easily
- Transfer cookies from other systems to Kameleo
- Get the cookies from Kameleo and use them in other systems
Please note that the cookies are also stored in your profiles. So once you save a profile to a .kameleo file it will contain the cookies as well. If you transfer the .kameleo file to another computer, the cookies will be loaded with the profile as well.
Cookie Import & Export is only available in the Advanced or Automation Plan.
You can only edit cookies for profiles that have already been started at least once.
Cookie import and export from Kameleo
You can edit any virtual browser profiles’ cookies by clicking the Cookies menu item on the dashboard or if you open the profile’s Advanced settings page and visit the Cookies tab.
Once you click it you will see the cookies of your profile.
You can browse your cookies with ease. You can filter the cookies as well.
Export Cookies from Kameleo
Once you selected the required cookies you can simply click export. Depending on your selection the cookies will be exported to your clipboard or into a file. The cookies exported by Kameleo will have the following .json format:
[
{
"domain": "mail.google.com",
"name": "COMPASS",
"path": "/mail",
"value": "gmail=hjlasdflsdafmsakdfasdikads3f",
"hostOnly": false,
"httpOnly": true,
"secure": true,
"sameSite": "unspecified",
"session": false,
"storeId": "0",
"expirationDate": 1568986993
}
]
This format is compatible with all the popular cookie tools. For example Edit This Cookie add-on.
Import Cookies to Kameleo
If you already have cookies that you would like to import to Kameleo you can simply do it with the Cookie Import & Export tool of Kameleo.
You can import the cookies from the clipboard or from a JSON file. The format is the same as for export, so it is compatible with all the popular cookie import and export tools like Edit This Cookie.
If you are importing cookies for a domain that already contains cookies for the profile you will be prompted with the message: "Cookies with matching domains will be overwritten. Do you want to proceed?"
In case you click No, nothing will happen. If you click Yes, your current cookies will be overridden with the new ones.
Cookie import and export for Chrome profiles
Once you started your browser you will have to install the Edit This Cookie add-on.
With the export button, you can easily export the cookies from the website you are visiting. You can paste them to notepad or you can save them to .json files.
After that, if you want to import the cookie to the given site you should install the add-on to the other browser and use the import button and insert the cookie that you exported before.
Cookie import and export for Firefox profiles
The Edit This Cookie add-on is available for Firefox as well. But we recommend you to use Cookie Quick Manager if you want to import cookies as well.
You can export cookies from the given website if you choose the "save all to file" and it will download a cookies.json file to your downloads folder.
After that, you can import the cookies to another browser by installing the plugin. Then click “Restore cookies from file” and choose what you saved before and your cookies will be what is in the JSON file.