Home > @gnaudio/jabra-js > IApi > getChromeExtensionVersion
#
IApi.getChromeExtensionVersion() methodGet 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:Promise<string | null>
The version number or null if not installed.