Google recently made available its new Google Script API, and I think it is a good opportunity to make a long awaited project happen.
The context is as follows:
A few users, all in a corporate GSuite domain share ~100 sheets, that have the same purpose.
I would like to augment these sheets with a sidebar, that displays additional information, etc.
I want to process to be seamless for the users (ie. no installation, and auto-open when on one of the sheets in the project).
These last requirements force me to use a bound script, bound to each and every file in the project. So far, making sure every sheet had the same script was very difficult, and I gave up.
However, the newest API gives me hope. I have looked at the documentation, but it does not really say one way or an other, hence my question:
Can I deploy bound scripts using Google Script API?