IApi.getChromeExtensionVersion() method

Gets the version number of an installed Browser Extension for Device Connector.

Integration Options

It depends on the integration option, if the Browser Extension for Device Connector is needed or not.

|Integration Option|Description| |--|--| |Desktop Application with Node.js|The Browser Extension for Device Connector is unnecessary and will always return null.| |Web Application with Device Connector|The Browser Extension for Device Connector is a required component that needs to be installed separately from this npm-package.| |Web Application with WebHID|The Browser Extension for Device Connector is unnecessary if library is configured to use WebHID-transport, see IConfig.transport.|

Signature

getChromeExtensionVersion(): Promise<string | null>;

Returns

Promise<string | null>

  • Returns the version number of an installed Browser Extension for Device Connector
  • Returns null if Browser Extension for Device Connector is not installed