Google Grupper støtter ikke lenger nye Usenet-innlegg eller -abonnementer. Historisk innhold er fortsatt synlig.

Are these features possible to develop with a firefox extention?

Sett 17 ganger
Hopp til første uleste melding

abdo....@gmail.com

ulest,
1. sep. 2016, 10:53:0701.09.2016
til
hello, please i want to create a firefox extention, 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:
1- create new browser profile on the fly (if it does not already exist)
2- the profile will load the following informations from our application database thru xml or api.
2.1- proxy setings
2.2- user agent
2.3- autofill informations related to that account like username, password, date of birth, and other informations related to that account username.
3- we want to be able to open multiple profiles (tabs) in the same window.
4- is there a limit of profiles that firefox can handle?
5- how long do you thing it will take for an experience extention developer to do this (we provide xml)

please i would know if that possible and the guidelines to do the job.

can someone reffer a developer?

thanx a lot you guys are always so helpful

Jorge Villalobos

ulest,
1. sep. 2016, 15:41:5101.09.2016
til
It sounds feasible. However, it's harder to do with the new API
(WebExtensions), which is what we're transitioning to, which doesn't
support profile management. You would probably need to offload most of
the work to an external process, which you can do with the connect
native API:
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/Runtime/connectNative

The question becomes: do you need this to be an extension? It seems like
an easier thing to do with a bash script or something like that.

Jorge
0 nye meldinger