Install browser extensions offline

Chromium-based web browsers such as Google Chrome and Microsoft Edge use plugin files that are in the .crx format. These files are available along with the Bot Agent installation and can be used for installing the browser extensions offline.

Add extensions manually

Consider a scenario where you must install the Microsoft Edge extension. Use the following steps to install the extension file manually from the Bot Agent installation folder:
  1. Navigate to the Bot Agent installation folder:
    C:\Program Files\Automation Anywhere\Bot Agent\AABrowserAgent
  2. Open edge://extensions/ using the Microsoft Edge browser.

    The Microsoft Edge Extensions page is displayed.

  3. Drag the fnmjcdajlonpigpcfnemeikipmolbfii.crx file from the Bot Agent installation folder into the Extensions page.
  4. Click Add extension.

    The Microsoft Edge extension is added.

Note: Similarly, to install Google Chrome extension, you can use the Google Chrome browser and open chrome://extensions/ to go to the Extensions page and drag the bboccnojhhoegfffpcllbeigipedjedf.crx file.

Create registry file for extensions

Create a registry file for Microsoft Edge or Google Chrome if the file is missing or was deleted.

The following steps show how to create a registry file for Google Chrome:

  1. On your Windows system, click Start and enter Registry Editor in the Search bar.

    Alternatively,, press Windows + R keys, enter regedit, and click Ok to launch Registry Editor.

  2. Navigate to the following location:
    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Google\Chrome\Extensions\bboccnojhhoegfffpcllbeigipedjedf]
    Note: For Microsoft Edge, navigate to the following path:
    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Edge\Extensions\fnmjcdajlonpigpcfnemeikipmolbfii
  3. Right-click and select New > String value.
  4. Update the name of the string value as path.
  5. Right-click path and select Modify.
  6. Copy and paste the following in the Value data field:
    C:\Program Files\Automation Anywhere\Bot Agent\AABrowserAgent\ AAChromeAgentManifest.json
    Note: For Microsoft Edge, copy and paste the following in the Value data field:
    C:\Program Files\Automation Anywhere\Bot Agent\AABrowserAgent\AAEdgeAgentManifest.json
  7. Restart the Google Chrome browser.