Class InstallExtensionParameters
- Namespace
- DotNetBrowser.Extensions.Handlers
- Assembly
- DotNetBrowser.dll
The parameters of the InstallExtensionHandler.
public sealed class InstallExtensionParameters
- Inheritance
-
InstallExtensionParameters
- Inherited Members
Properties
- ExtensionCrxFile
Gets the absolute path to the CRX file the extension is about to be installed from.
- ExtensionId
Gets the ID of the extension to install.
- ExtensionName
Gets the name of the extension to install.
- ExtensionVersion
Gets the version of the extension to install.
- Hosts
Gets the hosts that the extension requests access to.
- Permissions
Gets the required extension permissions.