Currently, I am creating an exclusively internal web application for my employer, in which it is necessary to display information distributed in two browser windows (scanned document and data entry screen).
Ideally, I would like both windows to open automatically and position themselves through several user screens (all employees using this particular application have two monitors for this very purpose). Unfortunately, javascript seems unable to position a pop-up on a second monitor. I hope, however, that the chrome extension (all users are blocked from using chrome) will be able to achieve what is needed.
Before embarking on this path, is there an alternative solution to my window positioning dilemma? Can chrome extensions do more with windows than standard javascript? Or should I learn another method to achieve this result?
Thanks!
EDIT
I did a rudimentary test, and it seems to be a trick. If I had previously realized how simple chrome extensions should have been, I would have used them everywhere.
source share