I have this two browser windows, which are opened for each order on an apparel list with about 18K orders. I have to manually copy the values from the first window and paste them on the corresponding inputs in the second window. This has to be repeated for every single order.
I was thinking about making a small tool which allows to identify both windows, copy the needed values and paste them on the second window. Is this possible with Javascript & HTML, or maybe C#?
Technically, this cannot be achieved via JavaScript. You can use some automation tools like AutoIt e.g.
Some Keyboards are also supporting Marco functions. You can record a Macro and copy every record if the entire process is repeatable.
I think, this could be achieved with a chrome extension.
In general, the chrome extension needs to do the following