Sometimes the Chrome extension gets disabled, especially on our QA servers. Various things that IT does to the server can cause this, unfortunately.
Using some tricks to get it to treat Chrome - with the extension disabled - as an application instead of a browser, this automation will enable the Chrome extension.
Enter your Chrome extension ID into the Process argument. It needs this to browse to the extension details page. You can get the extension ID by opening Chrome, going to Manage Extension, and looking at the details of the Chrome extension.
It will first check if the extension is already enabled. If it’s not enabled, it enables it.
project.json (1.5 KB)
Main.xaml (135.4 KB)