Tricks to save your time and money with iMacros

69 Likes Comment
iMacros Automation Tool

Time is precious enjoy every moment. But there’s so many stupid jobs you have to finish manually, waste too much time such as: log into company website dashboard, send a daily report to boss at 8 A.M…You’d better use an automation tool – something like iMacros .

This tiny software has two edition: one is free browser extension ( chrome , Edge , Mozilla ..) limited to 50 actions/commands/lines and Enterprise edition called iMacros Browser.

  1. List your work flow in a note. Teach iMacros to process it.
  2. Create a csv file with your login information, submit form…
  3. Programming the work
SET !DATASOURCE D:\list.csv
SET !DATASOURCE_LINE {{!LOOP}}
SET !DATASOURCE_COLUMNS 2
TAB T=1
URL GOTO=https://company-website.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:login.php?do=login ATTR=ID:navbar_username CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:login.php?do=login ATTR=ID:navbar_password CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:login.php?do=login ATTR=*
'Save this as: mywork.iim. Then run in iMacros program

If you need a enterprise edition, please purchase it from official website. But you still need a shared old version, leave a comment with your email, I’d like to share you one private download link.

You might like

About the Author: Toc Xoan

This guy likes taking photos, hunting cheap tours, exploring the unique culture of every cities of Vietnam. Contact: [email protected] I've created a dogecoin wallet to receive blog funding: DE6F5FisSCy7yz5rpHY1ChMSGYnDMpFZ1Q

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.