3

Join to open a link on a non-default browser.

Is there a way to use join to open a link on a non-default browser. I know this is possible using the following:

Action: android.intent.action.VIEW 
Data: [The URL to go to] 
Package: com.android.chrome [non-defailt browser]
Target: Activity

Can this somehow be implemented using join so that it would open Chrome on the destination device even though it is not the default browser?

Currently, I export my link in tasker and copy it to the clipboard.  I then send this clipboard using Join to my phones.
I then have to open Chrome and paste my clipboard URL.

Thanks.