How to publish Google Spreadsheet extension on the Chrome web store? -
I'm interested in writing an extension for Google Spreadsheets that uses the spreadsheet UI enhancement capability. If I am not the only possible way to make such a program, then it is to create a container-bound script, which can only be published in the spreadsheet script gallery. This is unfortunate because I want to publish it and maybe sell this script and make it widely available for Google Spreadsheets users. I was thinking that Chrome Web Store would be ideal for these types of things, but it is not possible to publish container bound scripts (only web applications can be published on it)
So, I I am looking for a solution to this problem. I have thought of a solution that can work: Create a web app and publish it on the Chrome Store. The web app is actually a library that depends on the container-bound script. Is this also possible? The container-bound script is stored in the gallery. Can you deny users using your script in the gallery if the web app is not installed?
In short, I have a few questions:
- The scripts use Chrome Web Store web apps as libraries and also install / purchase the app is?
- What are the other ways to create and publish Google Spreadsheet Extensions?
Add-ons to allow you to expand Google Docs and Google Sheets It can be published on Chrome Store.
Write this quick start
Comments
Post a Comment