Looking for an advanced clipboard manager that can paste into form fields.

ThreadKiller

Power Member
Joined
Jan 31, 2012
Messages
636
Reaction score
308
Hey all.

So I am aware of the usual clipboard extensions and plugins. But I have a special problem:
Suppose I have a name and address information in this shape:
Name Name
Street
Zip
Country
Phone

I want to copy paste ALL this info and make it flow into order forms in an automatic fashion. IE if I order from Amazon I want each line to fit in the right field of the order form. If I order from another webshop I want it to work the same way.

This here plugin does this https://chrome.google.com/webstore/detail/dropship-n-paste/mhfkipjbjoggoibcnilbbhdmojekjico
However, this costs a lot of money AND one can not add functionality for new sites.

I could probably do it with iMacros but I am not too fond of iMacros.
Any other options out there?
 
The address will change with every order, that is the issue.
I'm not sure. You can try it.

Or you can try to write a js code that does like this:
Takes texts line by line and inserts them into different form fields.
 
Or you can try to write a js code that does like this:.

Gonna try that, or might just record something in iMacros browser to be replayed in an iMacros plugin. Thx for the input
 
Back
Top