I want to create a Firefox extension. I would ask for the feasibility of my idea.
I have a PHP page show a list of emails with open on browser link next to it, when I click that button, the following will happen:
Create new browser profile on the fly (if it does not already exist)
The profile will load the following information from our application database through XML or API.
2.1. proxy settings
2.2. user agent
2.3. autofill information related to that account like username, password, date of birth, and other information related to that account username.
We want to be able to open multiple profiles (tabs) in the same window.
Is there a limit of profiles that Firefox can handle?
How long do you thing it will take for an experience extension developer to do this (we provide xml)
I would know if that is possible and the guidelines to do it.