multi-account-containers icon indicating copy to clipboard operation
multi-account-containers copied to clipboard

Open specific link with special url schema corresponding to a certain container.

Open momoblydblk opened this issue 3 years ago • 8 comments

Expected behavior (Examples)

Open link such as moz-extension://[whatever id is assigned to this extension(the container)]/[container_name]/twitter.com will open twitter in the specific container. Example: Link: moz-extension://1bbd76ed-631f-4901-ac00-54c1ca5ba151/Personal/twitter.com will open twitter.com in the Personal container (if there is a container named that)

I'm not sure if this is the correct id assigned to this extension by AMO, but this is what I get from my browser, so I decide to stick with it.

Notes

Will be handy if you have multiple google accounts with their own calendar. One for work and one for personal. You can add this as bookmarks to fastly open the corresponding calendar page.

momoblydblk avatar Sep 28 '21 02:09 momoblydblk

This would be really awesome to have. Any external tool/app could open urls in a specific container. I was searching for some way to do this. This extension is the main reason why I use firefox.

This would save a lot o manual work.

Narven avatar Oct 12 '21 08:10 Narven

This would be really awesome to have. Any external tool/app could open urls in a specific container. I was searching for some way to do this. This extension is the main reason why I use firefox.

This would save a lot o manual work.

The ideal situation I expected for this is to use this with a bookmark. Having a work folder all containing schema to open page in the container and having a personal folder doing the same thing but in a different container. I don't need to mannually open tab in specific containers before clicking the bookmark.

momoblydblk avatar Oct 13 '21 00:10 momoblydblk

So no one from the official noticed this thing?

momoblydblk avatar Feb 10 '22 21:02 momoblydblk

I currently use https://github.com/honsiorovskyi/open-url-in-container which does something like this, but it would definitely be great to have this in the official addon.

I mainly use this for bookmarks where I use multiple accounts in separate containers, so I can't just set those sites to always open in a specific container since they share the same domain. My own use-case could also be solved by more granular URL patterns (with an optional path, and wildcards), or container settings on bookmarks.

But a custom URL scheme would still be useful for other use-cases like scripting, or shortcuts outside of Firefox.

toupeira avatar Mar 16 '22 19:03 toupeira

I currently use https://github.com/honsiorovskyi/open-url-in-container which does something like this, but it would definitely be great to have this in the official addon.

I mainly use this for bookmarks where I use multiple accounts in separate containers, so I can't just set those sites to always open in a specific container since they share the same domain. My own use-case could also be solved by more granular URL patterns (with an optional path, and wildcards), or container settings on bookmarks.

But a custom URL scheme would still be useful for other use-cases like scripting, or shortcuts outside of Firefox.

Thanks, it helps a lot

momoblydblk avatar Mar 16 '22 20:03 momoblydblk

Yeah, this would be awesome if implemented!

LuisAPI avatar Sep 27 '23 10:09 LuisAPI

That would be really cool and a great feature! I'd suggest using the bookmark itself as the "base element" where the configuration sits.

Just like "This bookmark should open in container work and this bookmark should open in container home"...

kapsiR avatar Nov 29 '23 22:11 kapsiR

Similar things to this is to allow opening page directories to be always open in certain Container i.e. github.com/Company1/... should be in container Company1 github.com/myAccount1/... should be in container MyAccount1 This would be really helpful when working with multiple accounts on same sites

Wersjon avatar Feb 07 '24 13:02 Wersjon