Hi,
We have an extension (Gumbamail) which is executed within Gmail.
It has been working for years, but I am testing the extension enabling the flag #test-third-party-cookie-phaseout (as it will be enabled in future versions of Chrome) and it is not working anymore.
As the user is authenticated (the extension communicates with a backend server we own) two login cookies are created, which should be attached to every request made to our backend server.
The URL is added to the host_permissions in the manifest. Nevertheless, the cookies are ignored. I would like to understand if this is the expected behavior or not, and if there is a way to keep this configuration working before taking action.
The extension code is initiated through the InboxSDK library.
Any clarification regarding our scenario + how to manage third-party cookies would be appreciated and helpful.
Thank you
P.D. It is easy to test. Just enable "chrome://flags/#test-third-party-cookie-phaseout", install the Gumbamail extension, go to Gmail, and activate your Gumbamail account. You can see that menus are loaded but when you try to interact (click on "my campaigns", "my lists", "my templates", etc.) it won't be able to load the content (see attached screenshot).