Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Open an extension page in background Chrome (CDP)
What it does
The Open Extension command navigates background Chrome to an extension internal page, of the form chrome-extension://<ID>/<path> (e.g. home.html, popup.html). Often used to open a wallet/extension UI and automate it.
When to use it
- Open an extension UI (crypto wallet, cookie helper…).
- Automatically go to an extension settings page.
- Prepare an extension page before clicking/typing.
Configuration steps
- Get the extension ID (in chrome://extensions with Developer mode on).
- Add Browser › Open Extension, enter the ID and the page path (default
home.html). - Choose current/new tab. Save.
Every option explained
Real example
Example: open a wallet UI
- Open Extension with the wallet ID and path
home.html(new tab). - Delay 1500ms.
- Use Smart HTML to type the unlock password.
Tips & common mistakes
A wrong ID or an uninstalled extension leads to a blank/error page. Verify the ID in chrome://extensions first.
RunMacro