Skip to main content

Chrome Extension on Mac

This extension helps you create browser automations in Google Chrome on Mac.

Install

Install from UiPath Assistant

  1. Access UiPath Assistant.

  2. Go to UiPath Extensions.

  3. Click Install for Google Chrome.

    docs image

  4. Click Enable Extension in the Google Chrome confirmation pop-up.

    docs image

  5. The extension is now installed and enabled.

Install from Terminal

  1. Make sure all instances of Chrome are closed.

  2. You can install the extension for the current user by running the following command: dotnet UiPath.ExtensionControl.Portable.dll install chrome extnmh peruser --nmh-path=<nmh path>

  3. Click Enable Extension in the Google Chrome confirmation pop-up.

    docs image

  4. The extension is now installed and enabled.

Uninstall

Uninstall from UiPath Assistant

  1. Access UiPath Assistant.

  2. Go to UiPath Extensions.

  3. Click Uninstall for Google Chrome.

    docs image

  4. The extension is now uninstalled.

Uninstall from Terminal

You can uninstall the extension for the current user by running the following command:

dotnet UiPath.ExtensionControl.Portable.dll uninstall chrome extnmh peruser

The extension is now uninstalled.

Check status

To check the status of the Chrome Extension run the following command from Terminal:

dotnet UiPath.ExtensionControl.Portable.dll status chrome extnmh peruser --nmh-path=<nmh path>