extension
This is your activation key for your extension. An email has been sent to you with further details:
<script type="text/javascript" src="fullpage..min.js"></script> <script type="text/javascript" src="fullpage.extensions.min.js"></script>
new fullpage('#fullpage', { Key: '' });
Do not forget to add the option to enable the extension. Each extension has different possible values for it, check the documentation for more information. Generally they can be enabled with the default settings by using the `true` value for them:
new fullpage('#fullpage', { Key: '', : true });
For more information check how to use fullPage.js extensions and how to use the activation key.