Skip to main content

Home > @gnaudio/jabra-js > IApi > getChromeExtensionVersion

IApi.getChromeExtensionVersion() method#

Get the Jabra Chrome Extension version

In node context, the Chrome Extension is unnecessary and will always return null.

In browser context, the Chrome Extension is a required component that needs to be installed separately from this npm-package - unless the library is configured to use WebHID-transport, see IConfig.transport.

Signature:
getChromeExtensionVersion(): Promise<string | null>;
Returns:

Promise<string | null>

The version number or null if not installed.