# Chrome Extension on Mac

> Install and enable the UiPath Extension for Chrome on Mac using UiPath Assistant to automate browser workflows.

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. Select **Install** for **Google Chrome**.

   ![Install from UiPath Assistant](https://dev-assets.cms.uipath.com/assets/images/studio/standalone-docs-image-168601-22fdee7e.webp)

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

   ![Install from UiPath Assistant](https://dev-assets.cms.uipath.com/assets/images/studio/standalone-docs-image-171660-1870d722.webp)

5. The extension is now installed and enabled.

### Install from Terminal

Before you begin, make sure all instances of Chrome are closed.

1. 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>`
2. Select **Enable Extension** in the Google Chrome confirmation pop-up.

   ![Install from Terminal](https://dev-assets.cms.uipath.com/assets/images/studio/standalone-docs-image-166418-1870d722.webp)

4. The extension is now installed and enabled.

## Uninstall

### Uninstall from UiPath Assistant

1. Access **UiPath Assistant**.
2. Go to **UiPath Extensions**.
3. Select **Uninstall** for **Google Chrome**.

   ![Uninstall from UiPath Assistant](https://dev-assets.cms.uipath.com/assets/images/studio/standalone-docs-image-168185-1a4ed5b9.webp)

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>`
