Signing back into the Community for the first time? You'll need to reset your password to access your account.  Find out more.

Forum Discussion

Former Member's avatar
Former Member
4 years ago

Finding App URL for Mac

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

  • @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

  • Former Member's avatar
    Former Member

    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 :)

  • 1P_Ben's avatar
    1P_Ben
    Icon for 1Password Team rank1Password Team

    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