【发布时间】:2016-08-05 06:05:49
【问题描述】:
有什么方法可以让任何网页使用 externally_connectable 连接到 Google App。
类似的东西:
"externally_connectable": {
"matches": ["*"]
}
【问题讨论】:
标签: google-chrome port google-chrome-app
有什么方法可以让任何网页使用 externally_connectable 连接到 Google App。
类似的东西:
"externally_connectable": {
"matches": ["*"]
}
【问题讨论】:
标签: google-chrome port google-chrome-app
我认为您必须在 Chrome 应用程序中托管一个带有有效证书的 https 服务器,才能完成此操作。
或者,我敢打赌,您可以在任何能够与扩展程序/应用程序通信的页面上创建 iframe
【讨论】: