Katalon recorder index.html page blocked

I am trying to automate something on chrome using selenium . I am using Katalon Recorder to record this set of actions. But I have to manually click on the “Record” button to actually start the recording. I think this is not “automating” if some clicks have to be performed by the user. So, I tried to open the extension page using the link - crome-extension:///panel/index.html, so that I can automatically click on Record to start recording. But the problem is - Katalon won’t let me do that since the link does not open inside a chrome webdriver, and shows “page blocked by extension” error. Please explain me how to achieve what I am trying to do.