Install browser extensions offline
- Updated: 2024/08/28
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:- Navigate to the Bot Agent installation
folder:
C:\Program Files\Automation Anywhere\Bot Agent\AABrowserAgent
- Open edge://extensions/ using the Microsoft Edge browser.
The Microsoft Edge Extensions page is displayed.
- Drag the fnmjcdajlonpigpcfnemeikipmolbfii.crx file from the Bot Agent installation folder into the Extensions page.
- 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:
- 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. - 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
- Right-click and select .
- Update the name of the string value as path.
- Right-click path and select Modify.
- Copy and paste the following in the Value data
field:
C:\Program Files\Automation Anywhere\Bot Agent\AABrowserAgent\bboccnojhhoegfffpcllbeigipedjedf.crx
Note: For Microsoft Edge, copy and paste the following in the Value data field:C:\Program Files\Automation Anywhere\Bot Agent\AABrowserAgent\fnmjcdajlonpigpcfnemeikipmolbfii.crx
- Restart the Google Chrome browser.