We have a Google Sheets extension deployed as a plugin. And it works. Here is a picture of the Config screen I'm talking about (to disambiguate between Chrome plugins, etc):
The version we have deployed that works is version 12. However, when we try and deploy a new version it doesn't work. Specifically:
- We use clasp to create a new version
- We use the above screen and keep the script ID the same but change the version to the new version
- We click Save
- We go to a Spreadsheet and the Plugin shows up as an Add On as it did before, but there is no menu other than "Help".
- The logs show that onOpen was called, but there are no logs associated with it (even when we put Logger.log messages in onOpen:
This happens even when we use Clasp to pull down version 12 (The version that does work) and deploy it as a new version.
Does anybody have any idea how to even go about debugging this? It seems like the bits don't matter b/c we are deploying bits we are certain work. But it also seems like the only configuration is the version field of the Configuration screen.

