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
4 years agoFinding 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
- 1P_Tommy
Moderator
@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
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
1Password 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