You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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.
All reactions