Follow the below steps,
remove the extension from chrome and try to reinstall/add the extension. and check if it works if not run then,
- Open the command prompt and run the below codes one by one as admin, this will solve the issue
reg add “HKLM\SOFTWARE\Policies\Google\Chrome\NativeMessagingAllowlist” /v “1” /t REG_SZ /d “com.UiPath.chromenativemsg_v2” /f
reg add “HKLM\SOFTWARE\Policies\Google\Chrome\NativeMessagingAllowlist” /v “2” /t REG_SZ /d “com.UiPath.portable_host” /f
reg add “HKLM\SOFTWARE\Policies\Google\Chrome” /v “DeveloperToolsAvailability” /t REG_DWORD /d 1 /f
reg add “HKLM\SOFTWARE\Policies\Google\Chrome” /v “NativeHostsExecutablesLaunchDirectly” /t REG_DWORD /d 1 /f
setx UiPath_OPEN_BROWSER_TIMEOUT_SECONDS “120” /M
setx UiPath_ENABLE_OPEN_BROWSER_RETRY “1” /M
For reference check the below thread,
Happy Automation