Autofill Profiles one after another with page reload.

271 views
Skip to first unread message

Newgen Link

unread,
Sep 12, 2021, 5:55:29 AM9/12/21
to Autofill Chrome Extension
I have 6 profiles to be filled. For example "Profile-1" "Profile-2" etc.

I want them to be auto filled in a sequence when page reload, without any hot key. 

First "Profile-1" filled, 
-reload page-
Then "Profile-2" filled
and so on. 

I could not understand FAQ-40, how to use javascript rules and settings. 

I attached exported profile rules. 

Any help will be appreciated. 

rules.txt

Autofill Chrome Extension

unread,
Sep 28, 2021, 2:32:15 PM9/28/21
to Autofill Chrome Extension
In rules.txt, do you see this at the top?

### AUTOFILL PROFILES ###,,,,,,
Profile ID,Name,Site,Hotkey,,,

The values I highlighted in red above are the profile IDs. To execute one profile after another, create a JavaScript rule and enter this code:

Autofill('c360');
Autofill('c361');
Autofill('c362');
Autofill('c363');
Autofill('c364');

Plant Stop

unread,
Nov 11, 2021, 7:56:58 AM11/11/21
to Autofill Extension
hi, can you please help me. I want to do this but I don't understand exactly what to do

Plant Stop

unread,
Nov 12, 2021, 2:35:21 AM11/12/21
to Autofill Extension
I really want to do this but I don't know how to make a java script rule. I asked some people if they can do this and they want 100s of dollars to make it. 

On Tuesday, September 28, 2021 at 10:32:15 PM UTC+4 Autofill Chrome Extension wrote:

Rijwanul Hoque

unread,
Nov 19, 2021, 1:26:19 PM11/19/21
to Autofill Chrome Extension
While I use the recommended JS Rule- 

Autofill('c360');
Autofill('c361');

It auto-fills the form the first time with c360 profile & then overwrites the form with the second c361 profile. 
But my intention is to: 
Autofill the first tab of the browser with c360,
Autofill the second tab of the browser with c361,
Autofill the third tab of the browser with c362, and so on. How can I achieve that?

Autofill Extension

unread,
Nov 22, 2021, 2:03:19 AM11/22/21
to Autofill Extension
Site filter.
Reply all
Reply to author
Forward
0 new messages