如何在基于 Google 工作区附加组件的 Google Apps 脚本中更改“授权访问”按钮
How can I change the `AUTHORIZE ACCESS` button in a Google Apps Script based Google Workspace Add-On
我正在开发一个 Google 基于 Apps 脚本的 Workspace 插件。
我想知道如何编辑 AUTHORIZE ACCESS
按钮以匹配 Google's Sign-In Branding Guidelines。
我到处搜索,没有看到任何关于如何编辑加载项登录体验的内容。
- branding guidelines 适用于您自己创建的按钮。
- 文字下方的
AUTHORIZE ACCESS
按钮
Would you like to give this add-on access to your account?
This add-on would like to show additional information in Gmail, but it needs approval to access your Google account.
是一个标准的 Google 界面,通常在您测试 Add-on 从 Apps 脚本编辑器部署它时出现
- 无法以任何方式修改上述屏幕,因为它是由 Google 生成的。
- 在任何情况下,当从 Google Marketplace 安装插件时,与在本地测试相反,授权提示将在安装过程中出现在 pop-up window 中,而不是比 Add-on.
的侧边栏内
我正在开发一个 Google 基于 Apps 脚本的 Workspace 插件。
我想知道如何编辑 AUTHORIZE ACCESS
按钮以匹配 Google's Sign-In Branding Guidelines。
我到处搜索,没有看到任何关于如何编辑加载项登录体验的内容。
- branding guidelines 适用于您自己创建的按钮。
- 文字下方的
AUTHORIZE ACCESS
按钮
Would you like to give this add-on access to your account? This add-on would like to show additional information in Gmail, but it needs approval to access your Google account.
是一个标准的 Google 界面,通常在您测试 Add-on 从 Apps 脚本编辑器部署它时出现
- 无法以任何方式修改上述屏幕,因为它是由 Google 生成的。
- 在任何情况下,当从 Google Marketplace 安装插件时,与在本地测试相反,授权提示将在安装过程中出现在 pop-up window 中,而不是比 Add-on. 的侧边栏内