javascriptcssgoogle-apps-scriptgoogle-sheetsgoogle-apps-marketplace

How to deploy add-on of google app script in Google Workspace Marketplace


I am new to Google App Script. I have done coding in the google script app. I have deployed the app by the deploy option which is available in the google app script. After deployment, I am not able to find my add-on in Google Workspace Marketplace. Is there any way to use an add-on without publishing it?

I have deployed the add-on with the deploy option which is available in the app script.


Solution

  • You need to publish an Add-on to find it on Marketplace

    As you see, the steps to publish an Add-on onGoogle Marketplace are quite laborous.

    To use the Add-on without publishing it, you can use it in testing mode as described here for Google Worskpace Addons and here for Editor Addons. Keep in mind that the testing mode has some limitations.