-
-
Notifications
You must be signed in to change notification settings - Fork 201
-
Hello,
I was wondering if anyone had gotten Finicky to work with Google Drive for Desktop? By default I use Finicky to open most everything in Safari. The exception is links from Slack and Zoom which I open in Chrome using the following:
{ match: ({ opener }) => opener.bundleId === "com.tinyspeck.slackmacgap", browser: "Google Chrome" },
{ match: ({ opener }) => opener.bundleId === "us.zoom.xos", browser: "Google Chrome" }
In the Google Drive are both PDFs and other Google Docs (among other documents). I've tried to do the same with Google Drive with the following:
{ match: ({ opener }) => opener.bundleId === "com.google.drivefs", browser: "Google Chrome" }
However, this doesn't work—when I click a Google Doc, nothing happens.
Any advice or configuration tips would be greatly appreciated!
Beta Was this translation helpful? Give feedback.