Does the free trial option provide time-limited trials?
• The Chrome Web Store does not currently provide any built-in support for time-limited free trials. The free trial mode is meant to allow a user to access the web app without having to pay for the app directly. Your server-side logic should handle any sort of restrictions, limitations, time limits, or other constraints imposed on the user if they did not pay for the app. The user can then, at any time, pay for the web app and your server-side logic will query the License Server API and enable or turn on any additional features. • Think of free trial as being able to offer users access to the web app without forcing them to pay. It’s up to you to create a different user experience for paid or free users.