Hi
I am interested in learning chrome extension for one of my projects, but still has concerns if the extension can do what I need:
1. I want to make an extension that will collect data from some form on website 1 (tab1) and copy that data to website 2 (tab 2) to specific fields on that site.
site 1 is mine and site 2 is not mine.
The purpose is to make it faster to copy data faster.
2. I want to make the extension do few steps in the way:
a. I want it to look for a client by his name.
b. Then after 1 sec to edit client data
c. After 1 sec to paste the data
d. After 1 sec to close the form.
Is this process possible with chrome extension?