Publishing more then one chrome extension as a single item in the Google store

时光怂恿深爱的人放手 提交于 2019-12-02 07:11:47

问题


Chrome extensions and chrome apps have APIs I need to implement some functionality, and I can't do it with extension only or app only or with native code. So I made an extension and an app and made them to communicate each other via messages. Everything works fine, but now I have to publish it and here's the issue:

my app is useless without my extension and extension won't work without an app.

I'm afraid, that if I will publish this items separately, people will be scared if I'll suggest them to install an additional app/extension after they installed one of described items.

Is there any way to pack two items to a single package and publish it? Or may be make two packages a single item in the store? Or just connect them some way to make users install booth in one click, or just inform them that this item requires another one to be installed?

Thanks.


回答1:


I don't think it is currently possible. Even the popular app/extension Snagit tells users to install the other component in the description!



来源:https://stackoverflow.com/questions/23316044/publishing-more-then-one-chrome-extension-as-a-single-item-in-the-google-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!