How do I publish a Google Apps Script as add-on?

How do I publish a Google Apps Script as add-on?

When you build your add-on in Apps Script, a default Google Cloud Platform (GCP) project is automatically created for it….Create a standard Google Cloud Platform project

  1. Open the Google API Console projects list.
  2. Click Create Project.
  3. Fill out the project information for your add-on.
  4. Click Create.

Is Google Script Editor Free?

It’s free. Apps Script is free to use, and all you need to get started is a Google account. So, if you use Gmail, you can start coding in Apps Script in your browser, for free, right now.

How to publish an add on in Google?

When you build your add-on in Apps Script, a default Google Cloud Platform (GCP) project is automatically created for it. However, you can’t use the default GCP project to publish your app. Instead, use the steps below to create a standard GCP project: Open the Google API Console projects list.

How do I create a Google Apps Script?

Open an existing Site for which you have edit access or create a new Site. Navigate to the page in your Site where you want to embed the web app. Click the edit icon, and then Insert > Google Apps Script. Choose the script from the list that represents your web app.

Is it possible to publish an add on in G Suite?

Publishing the add-on as private to the G Suite account is not the same as publishing an add-on as unlisted. An unlisted add-on is technically public, it’s just not shown in the G Suite Marketplace.

How to create a bound script in Google Developers?

To create a bound script, visit your site, click the gear icon, then select Manage site. On the Manage Site page, click Apps Scripts in the left nav, then the Add new script button. This opens a new script in the Apps Script editor, where you can code and deploy your web app. You can also embed your web app in a page.