【发布时间】:2018-06-18 10:46:25
【问题描述】:
我们在 G Suite 市场中发布了一个应用程序,但它突然消失了。
我们猜测问题与migration from Chrome webstore 有关,但我们已按照documentation 中的步骤更新了清单,但应用程序仍未在其中列出。但是,我们在 G Suite 市场中无法通过 url 找到该应用,但我们可以在 Chrome 网上商店中通过 url 找到它,这似乎很奇怪。
Google Marketplace SDK 已在 Google Cloud Platform 中启用和配置。
我在文档中读到“Chrome 应用程序必须使用清单版本 2”,所以我不知道我们是否需要将其设置为 G Suite 应用程序的版本 1。
我们使用与文档相同的清单,但在容器中包含“GOOGLE_DRIVE”:
{
"manifest_version": 2,
"name": "Welcome Aboard",
"version": "0.0.0.1",
"description": "a plain text description",
"icons": {
"128": "icons/128x128-icon.png",
"16": "icons/16x16-icon.png"
},
"container": ["DOMAIN_INSTALLABLE","GOOGLE_DRIVE"],
"api_console_project_id": "428464274542",
"app" : {
"launch" : {
"web_url" : "http://www.example.com/morepath/"
}
}
}
我们错过了什么吗?
提前谢谢你!
【问题讨论】:
标签: google-chrome-extension google-apps google-apps-marketplace chrome-web-store google-workspace