I manage a VPC farm of 100+ win 10 VPCs that processes software robots. Recently We have had to start supporting applications that utilize a specific chrome extension. I need to be able to identify if this chrome extension is installed and enabled on a given machine. I have a c# application running on all of the machines that reports health statistics, memory/disk/cpu utilization, os version browser version, etc.. to a database. I would like for this application to, at a minimum, be able to check and see if a particular chrome extension is installed and enabled on the machine. Ideally, if it is installed but not enabled, I would like to be able to programmatically enable it as well.
Everything I am seeing seems to be checking from within chrome. I would like to be able to use my c# App to test without loading chrome if possible.