Apps Script makes it easy to create and publish add-ons in an online
store for Google Sheets, Docs, and Forms. There’s no better way to
distribute scripts to large numbers of users, whether you want to ship
your code to the whole world or keep it private to the users in your
Google Apps domain.
A living, breathing platform (well, metaphorically)
August 10, 2015
Deprecated the method
Service.enable()
in the ScriptApp global object. This method is no longer useful because
Apps Script's authorization model has changed since the time the method was
introduced.
August 4, 2015
Added the following methods to the Spreadsheet service to let scripts control
"warning-based" protection for spreadsheet ranges (which means that every user
can edit data in the area, except editing prompts the user to confirm the
edit):
Added two variations of the method
computeRsaSha256Signature
to the Utilities global object to let scripts sign a string using the RSA
SHA-256 algorithm.
May 27, 2015
Added the method getUserAgent()
to the HtmlService global object to let scripts get the user-agent string
for the current browser.