【发布时间】:2019-09-26 06:45:46
【问题描述】:
我一直在使用 Card Service 来开发 Gmail 插件,使用 appsscript。我也尝试过使用 html,但效果不佳。是否有任何与 Gmail 插件 appscript 中的 UI 相关的库?
【问题讨论】:
标签: user-interface google-apps-script gmail add-on gmail-addons
我一直在使用 Card Service 来开发 Gmail 插件,使用 appsscript。我也尝试过使用 html,但效果不佳。是否有任何与 Gmail 插件 appscript 中的 UI 相关的库?
【问题讨论】:
标签: user-interface google-apps-script gmail add-on gmail-addons
卡片服务是您可以用来在 Gmail 插件 [1] 中显示 html 的唯一类。您可以从 Gmail 插件快速入门 [2] 开始并指导自己。
[1]https://developers.google.com/gsuite/add-ons/gmail/quickstart/
[2]https://developers.google.com/apps-script/reference/card-service/card-service.html
【讨论】: