Hacker News new | ask | show | jobs
by tristandunn 2285 days ago
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

1 comments

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.