chrome://extensions page.
Parameters
Returns
Promise<string>
The extension ID.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function getExtensionId(context, extensionName): Promise<string>
chrome://extensions page.
| Parameter | Type | Description |
|---|---|---|
context | BrowserContext | The browser context. |
extensionName | string | The name of the extension, e.g., MetaMask. |
Promise<string>
The extension ID.