是否可以将Google Apps脚本网络应用发布到G Suite市场? [英] Is it possible to publish a Google Apps Script Web App to G Suite Marketplace?

查看:96
本文介绍了是否可以将Google Apps脚本网络应用发布到G Suite市场?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道可以将Google Script Web App发布到Chrome Web Store,但是可以在Google Suite Marketplace中发布吗?

I know it is possible to publish a Google Script Web App to Chrome Web Store, but it's possible to publish in Google Suite Marketplace?

GAS编辑器中没有发布到市场"选项,但是我查看了Chrome Web Store中基于Google Script的应用清单文件,并且我认为有可能这样做.

There's no "Publish to Marketplace" option in GAS editor, but I've looked at a Google Script-based apps manifest files from Chrome Web Store, and I think there's a possibility to do it.

不幸的是,我在发布的最后一步上遇到了麻烦(填写Google G Suite市场列表审查请求),所以我不确定基于Google Script的应用是否符合G Suite市场要求

Unfortunately, I have some troubles with the last step of publishing (filling out the Google G Suite Marketplace Listing Review Request) so I'm not sure if a Google Script-based app complies with the G Suite Marketplace requirements

事实上,来自Chrome网上应用店的GAS清单文件看起来像这样:

In fact, a GAS manifest file from Chrome Web Store looks like this:

{
    "update_url": "https://clients2.google.com/service/update2/crx",
    "name":"***NAME_OF_APP***",
    "description":"",
    "version":"10",
    "app":
        {
            "urls":["***URL_TO_PUBLISHED_WEBAPP***"], //Is like a normal WebApp, or it's something more than that?
            "launch":
            {
                "web_url":"***URL_TO_PUBLISHED_WEBAPP***"
            }
        },
    "icons":{"128":"script-icon.png"},"manifest_version":2
}

那么,您如何看待?

推荐答案

是的,现在可以了!

此功能不久前就已启用,但是现在您可以将Google Script Web Apps发布到G Suite市场.
Google Developers网站上有良好的使用说明关于此主题.

This feature became active not so long ago, but now you can publish Google Script Web Apps to G Suite Marketplace.
Google Developers website has a good how-to instruction on this topic.

这篇关于是否可以将Google Apps脚本网络应用发布到G Suite市场?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆