使用 Angular 框架构建 Gmail 插件?
Building Gmail add-ons with Angular framework?
我们正在完成 Outlook add-in which was written using Angular 8 with typescript. I am doing my investigation into what it will take to write a gmail add-on. I've gone through the quickstart tutorial using Apps Script. I've also looked at the clasp tool。
是否可以使用 angular 框架创建 Google 附加组件?
谢谢。
很遗憾,无法使用 Angular 框架构建 Gmail 插件。
Gmail 附加组件不同于 "Editor Add-ons"(即为 Google 表格、Google 文档或 Google 表单构建的附加组件)并且是严格开发的使用基于小部件的模型的 App 脚本。
此外,Gmail 附加组件开发不授予开发人员对 DOM 的直接访问权限。
See restrictions 个 Gmail 插件。
您可以尝试使用 InboxSDK。
通常你最终不得不操纵 DOM。该工具在一个易于使用的库中提供了大多数关键功能。
不太确定您将如何使用 Angular 但可以基于此库构建丰富的体验。
我们正在完成 Outlook add-in which was written using Angular 8 with typescript. I am doing my investigation into what it will take to write a gmail add-on. I've gone through the quickstart tutorial using Apps Script. I've also looked at the clasp tool。
是否可以使用 angular 框架创建 Google 附加组件? 谢谢。
很遗憾,无法使用 Angular 框架构建 Gmail 插件。
Gmail 附加组件不同于 "Editor Add-ons"(即为 Google 表格、Google 文档或 Google 表单构建的附加组件)并且是严格开发的使用基于小部件的模型的 App 脚本。
此外,Gmail 附加组件开发不授予开发人员对 DOM 的直接访问权限。 See restrictions 个 Gmail 插件。
您可以尝试使用 InboxSDK。
通常你最终不得不操纵 DOM。该工具在一个易于使用的库中提供了大多数关键功能。
不太确定您将如何使用 Angular 但可以基于此库构建丰富的体验。