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
- Open the browser profile in Omnilogin.
- Navigate to
chrome://extensions/. - Enable Developer mode in the top-right corner.
- Copy the ID shown under the extension you want to trigger.
Tips
- After triggering an extension, add a short
Delayblock to allow the extension popup to fully render before interacting with it. - Use this block in combination with
Click ElementandPress Keyto automate extension workflows end-to-end.
