I'm developing a particular system, using PHP, JQUERY, MYSQL, and I need sort of automating a routine:
I have a registration form on my web system and I need some google chrome tool or app that will allow me to copy all of these fields from my form and paste them into another form from another site that does not belong to me.
What happens is that I have my system where I feed the cadastral data of a certain client and has another system that does not belong to me where I need to for administrative reasons fill the same data.
Unfortunately this third-party system does not have any interaction tools where I could import some files for loading. So I'm trying to develop or use some tool that allows me to copy and paste faster.
I'm grateful.