首页 文章

是否可以通过chrome webstore api上传/发布未列出的扩展程序?

提问于
浏览
3

我们希望上传Chrome扩展程序并通过Chrome Webstore Api将其发布为不公开(作为可见性选项) .

到目前为止,我们已经能够上传但不能使用this documentation发布 - 我们可以't publish because extensions have a whole bunch of required parameters (like a screenshot or small-tile image) which we can'弄清楚如何附加 . 我们真的希望其中一个参数是可见性的,我们可以将其设置为"unlisted" .

如果任何善良的人对Chrome Webstore API有任何了解,或者如何设置这些参数,我们的整个开发团队将非常感激 .

关于此的文档非常稀疏:https://developer.chrome.com/webstore/webstore_api/items/update

1 回答

  • 3

    引用Using the Chrome Web Store Publish API

    注意:目前,没有用于设置项目元数据的API,例如说明 . 这必须在Chrome网上应用店开发人员信息中心中手动完成 . 有关Web Store API的更多详细信息,请访问此处 .

    那么,对于是否可以以编程方式提供所有元数据的问题 - 答案是"no" . 并且 Publish 方法似乎不支持"unlisted" .

相关问题