google-chrome-extension - 是否可以在 Chrome 网上应用店中进行部分推出?

标签 google-chrome-extension google-chrome-app chrome-web-store

This comment提到在 Chrome Web Store 中部分推出。我在哪里可以找到该功能?我的扩展程序有超过 8,000 个用户,但我没有看到任何部分推出的功能,而且我担心会同时向所有用户发送下一个版本。

最佳答案

我认为它在任何地方都没有记录。 我错了!

文档链接:Control how fast your app reaches users .
在 CWS 行话中,这称为“受控推出”。

If you don’t see the max deploy percentage control, it may be because of the following:

  • You have less than 10,000 users. Currently the “controlled rollout” feature is only available for items with at least 10,000 users.
  • You need to upload a newer (higher) version of a package to use the “controlled rollout” feature. We can’t apply a controlled rollout to an already published package, because it may have already reached 100% of users.

在您上传尚未发布的新版本之后,它应该会显示在“编辑”页面上。这是a mention of it以及它的外观:

enter image description here

而且,我从未真正尝试过使用它。

更新:在新的网上商店仪表板中,其名称为 "Partial Rollout"并且具有相同的 10k 用户要求。

关于google-chrome-extension - 是否可以在 Chrome 网上应用店中进行部分推出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37139555/

相关文章:

javascript - Google Chrome content_script 未在匹配的 URL 上加载 JS

jquery - 在 chrome 扩展上保持相同的值

javascript - 让突变观察者更快、更少占用资源?

google-chrome - CRX 文件的用途是什么?

google-apps-script - "Register in Chrome Web Store"未显示在 Google 脚本编辑器中

javascript - 为 FF 重新设计 Chrome 的 POST

javascript - ajax调用后获取DOM中的元素

google-chrome-extension - 从 chrome 打包的应用程序(或扩展程序)启动一个带有默认文件处理程序的本地文件

google-chrome-app - 无需用户交互即可获取用户 OpenID URL

google-chrome-extension - 如何启用 Chrome Web Store Publish API?