应用程序未在 G Suite 市场中发布

Application not published in G Suite marketplace

我们在 G Suite 市场上发布了一个应用程序,但它突然消失了。

我们猜测问题与 migration from Chrome webstore, but we have updated the manifest following the steps in the documentation 有关,但应用程序仍未在其中列出。但是,我们在 G Suite 市场中找不到 url 的应用程序,但我们可以在 Chrome 网上商店中通过 url 找到它,这看起来很奇怪。

Google Marketplace SDK 已在 Google Cloud Platform 中启用和配置。

我在文档中读到“Chrome 应用程序必须使用清单版本 2”,所以我不知道是否需要将其设置为版本 1适用于 G Suite 应用程序。

我们使用与文档相同的清单,但在容器中包含 "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/"
    }
  }
}

我们是不是漏掉了什么?

提前致谢!

From Chrome Apps to the Web

2017 年 12 月 5 日更新:

Chrome Apps will be removed from Chrome Web Store search & browse functions in mid-December 2017. Existing apps will continue to work and receive updates. The Chrome browser will continue to load packaged and hosted apps on Windows, Mac, and Linux beyond the previously announced deprecation timeline. Another update will be posted here when a new date for the Chrome Apps EOL on Windows, Mac, and Linux has been finalized.

问题已解决。我们猜测清单是旧的,需要重新上传,之后这只是时间问题,因为 Google 需要验证它。

无论如何,我们为 Google 创建了支持票,他们没有提及任何相关内容。事实上,他们并没有弄清楚问题出在哪里。也许在我们联系他们之后他们加快了验证过程。

JV:将 link 添加到 Google 支持线程 https://issuetracker.google.com/issues/71747494