Tricks to save your time and money with iMacros

102 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

Leave a Reply

Your email address will not be published. Required fields are marked *