sidehustlelab / account-switcher

Chrome Extension for Switching Google Account in Web Apps
22 stars 7 forks source link

Problem with google meet #11

Closed gkkirilov closed 3 years ago

gkkirilov commented 3 years ago

When I open direct links to google meet and not from google calendar, the switcher doesn't work as there isn't authUser in the url

anshulahuja98 commented 3 years ago

@gkkirilov currently we only support URL based account changing. For other methods, we would have to take care of a lot of edge cases and might not be able to support it consistently as Google updates its service.

If you have any ideas on how to reliably support this, would be happy to discuss it.

gkkirilov commented 3 years ago

Hey, @anshulahuja98 thanks for the reply, yeah the account could be changed by adding the URL parameter "&authuser=1". and when that parameter is missing and there are no parameters in the URL, the extension doest work.

https://meet.google.com/xym-vwdc-unx - extension doesn't work https://meet.google.com/xym-vwdc-unx?authuser=0 - extension works and can change accounts If this could be fixed, that would be perfect

anshulahuja98 commented 3 years ago

Got it. That should work, I'll fix it. Thanks for the suggestion.

anshulahuja98 commented 3 years ago

Thanks for the suggestion @gkkirilov I'll soon publish the latest build on the chrome store

gkkirilov commented 3 years ago

@anshulahuja98 hey for some reason this worked and now it doesn't again

anshulahuja98 commented 3 years ago

@gkkirilov the build still hasn't been approved on the chrome store. Did you try the build directly from github?

gkkirilov commented 3 years ago

Oh maybe I was mistaken then, will wait for the build on google chrome store

anshulahuja98 commented 3 years ago

@gkkirilov the latest build finally went live on the store. Hope it works for you now.

gkkirilov commented 3 years ago

Now it works but a glitch I found is that I need to first press the number and then press Alt for the extension to work