←back to thread

279 points arkadiyt | 2 comments | | HN request time: 0.463s | source
Show context
tristandunn ◴[] No.22661420[source]
This inspired me to finally figure out how to be able to one-click Zoom links, with no external protocol prompt or leftover useless tab in Chrome.

https://github.com/tristandunn/one-click-zoom

replies(1): >>22661869 #
1. rbirkby ◴[] No.22661869[source]
https://medium.com/zoom-developer-blog/zoom-url-schemes-748b...
replies(1): >>22664095 #
2. tristandunn ◴[] No.22664095[source]
The official Zoom Scheduler extension automatically adds https:// links to Google Calendar. I suppose I could hijack the URL earlier, but you'd still need the external protocol prompt setting. And I guess depending on how it's handled it could potentially avoid the need to close the tab, although it might require permissions for every website instead. I think I'll stick with my simple solution for now.