Skip to content

Trigger Extension Block

The Trigger Extension block opens a browser extension by its ID so your workflow can interact with it. This is essential for automating tasks that involve extensions — such as crypto wallets (MetaMask, Phantom), password managers, or custom tools.

Extension ID

Enter the extension's unique ID to open it. You can find the extension ID by following the instructions in the MetaMask reference guide.

How to Find an Extension ID

  1. Open the browser profile in Omnilogin.
  2. Navigate to chrome://extensions/.
  3. Enable Developer mode in the top-right corner.
  4. Copy the ID shown under the extension you want to trigger.

Tips

  • After triggering an extension, add a short Delay block to allow the extension popup to fully render before interacting with it.
  • Use this block in combination with Click Element and Press Key to automate extension workflows end-to-end.