OK, I just figured it out on my own and it’s is not difficult. Just follow these steps:
Enable XModule for Kantu extension installed in DEV mode
1. Get the new ID from your Browser extension
a. In Chrome/Edge look at Manage extension
b. Look at the Kantu extension
c. There you should find an ID: e.g. klsdjfisdjfiewojewoj
2. Modify the XModule configuration file
a. Look into c:\Users\yourname\AppData\Roaming\UI.Vision\XModules
b. There you need to add the Kantu Extention ID to the following 3 files
* com.a9t9.kantu.cv.chrome.json
* com.a9t9.kantu.file_access.chrome.json
* com.a9t9.kantu.xy.chrome.json
{
"name": "com.a9t9.kantu.cv",
"description": "Kantu CV Host",
"path": "kantu-cv-host.exe",
"type": "stdio",
"allowed_origins": [
"chrome-extension://YOUR ID HERE/",
"chrome-extension://dpdlhdbnlaefobeejcgfidghdllhemkl/",
"chrome-extension://gajffdmapmlbinfekgmigjiieciocjho/"
]
}