Skip to main content
July 9, 2021
Question

Finding App URL for Mac

  • July 9, 2021
  • 3 replies
  • 674 views

I have some passwords that will work for both a website and an installed application. I have all the websites linked to the right URL and those are working great. I would like to add the app URL to the password for easy autofill. What is the easiest way to find the "app://" URL so I can add them to existing passwords


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Sync Type: Not Provided

3 replies

1P_Tommy
1Password Employee
1Password Employee
July 9, 2021

@triplebz

If you're comfortable trying Script Editor.app you can paste this in and replace Finder with whichever application you're looking for (if it doesn't recognize the name it'll prompt you to pick it). If you hit the play button at the top you should end up with a Result.

id of application "Finder" = > "com.apple.finder" = > app://com.apple.finder

September 7, 2021

You can do the same thing from the command line without needing to use the Script Editor app:

sh
% osascript -e 'id of application "Finder"'
com.apple.finder

You just have to be careful with the single and double quotes :)

1Password Employee
September 7, 2021

Correct; great addition @metadaddy. :) Thanks. You can also find the appropriate app:// link by generating and saving a password using the password generator in 1Password Mini while the app in question is in the foreground.

Ben