How to deploy Google Apps Script for a domain?

I have a script that I would like to make available to all users of our Google Apps domain, but I don’t want to publish it in the Chrome store. We would like to avoid deploying it from a single user account. How is this usually done?

+6
source share
1 answer

It really depends on your use case, but there are a number of ways that you can achieve it when publishing a code library (and limiting link exchange) by posting it on Google Site to publish it as a web service URL .

It depends on whether you want to share functionality with others or literally with code.

+4
source

All Articles