Automatically launch a Zoom meeting in one click, and close the Chrome tab.
-
Restore the checkbox in Chrome to allow launching Zoom without a prompt.
macOS
Restore the checkbox by running the following command in the terminal.
defaults write com.google.Chrome ExternalProtocolDialogShowAlwaysOpenCheckbox -bool true
Windows
-
Restart the Chrome application to ensure the checkbox appears.
-
Click a Zoom meeting link, any will do, and enable the checkbox.
-
Clone the Chrome extension for automatically closing the tab.
git clone git@github.com:tristandunn/one-click-zoom.git
-
Inside of Chrome go to "Extensions" under the "Window" menu.
-
Enable "Developer mode" via the toggle in the top right.
-
Click the "Load unpacked" button on the left and select the repository folder.
one-click-zoom uses the MIT license. See LICENSE for more details.