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
Comments
-
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.finder0 -
You can do the same thing from the command line without needing to use the Script Editor app:
% osascript -e 'id of application "Finder"' com.apple.finder
You just have to be careful with the single and double quotes :)
0 -
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
0