I you prefer to have Google Meet links automatically open in the official Google Meet Chrome app on Mac with its own Dock icon instead of in a browser tab, this is the way to go:
Install the official Google Meet Chrome web app by:
- Navigating to
meet.google.com
- Then either clicking on the install icon (computer screen with downward arrow) in Chrome's address bar or on "⋮" ▸ "Save and share" ▸ "Install page as app"
Open the macOS Script Editor (found in /Applications/Utilities/
) and paste the code from the Open in Google Meet Chrome App.applescript
file in this Gist below.
Then save it and choose the App format (instead of Script) in the save dialog, e.g. as ~/Applications/Open in Google Meet Chrome App.app
.
Open the Content/Info.plist
file of your newly created app in a text editor, e.g. by using "Show Package Contents" in the context menu on the app file in Finder.
Make sure the entries from this Gist's Entries for Info.plist
file get added.
We can now redirect all links to meet.google.com
URLs to this proxy app to have them directly open in the Chrome app.
To achieve this, you can use a browser chooser utility app like Choosy plus their corresponding Choosy Google Chrome extension.
Simply create a rule matching all URLs that contain meet.google.com
and choose the proxy app as the corresponding "browser", see screenshot in the comments.
My work is based on @georgebrock's Gist AppleScript to handle URLs and this Stack Overflow answer.
Also here's a screenshot of the Choosy rule dialog: