Installation

You can simply install the AmplitudeJS package using the package manager you are most comfortable with.

NPM Installation

$ npm i amplitudejs

Yarn Installation

$ yarn add amplitudejs

That's it! You are ready to start simply passing messages between the different components of your extension.

Up next is a quick example for those who want to see some code. Otherwise, jump to the concepts section to see the full feature set.