Please understand that this is your environment issue and not CITS issue. To handle this in chrome browser, you can add a chrome option like this one,
options.setExperimentalOption("useAutomationExtension", false);
You can add this under " private static ChromeOptions addChromeOptions(ChromeOptions chromeOptions)" under webdriverfactory.java in CITS engine. Please revert with the steps you have followed in modifying the engine along with screenshots.