【问题标题】:Including a GMail sidebar gadget within an installable Google Marketplace listing在可安装的 Google Marketplace 列表中包含 GMail 侧边栏小工具
【发布时间】:2012-05-12 18:17:27
【问题描述】:

我想构建一个可以在 Google Apps Marketplace 上列出的应用程序,以便组织管理员可以一键安装它。

该应用程序通过 Gmail 中的侧边栏与 Google 进行交互。我已经能够使用“通过 URL 添加小工具”GMail 实验室功能开始对此进行测试,但现在我想将它打包到一个应用程序中,以便管理员可以同时向所有用户推出。

Google's documentation for application manifests 提到了如何添加上下文小工具,而不是侧边栏小工具。有没有人有在应用程序清单中添加侧边栏小工具的经验?

我想嵌入的侧边栏示例:

<Module>
  <ModulePrefs height="400" title="Mike's First Sidebar!">
    <Require feature="views"/>
    <Require feature="dynamic-height"/>
    <Require feature="settitle"/>
  </ModulePrefs>
  <Content type="html" view="home">
    <![CDATA[
      <h2>Todo:</h2>
          <ul>
             <li>Create a sidebar gadget</li>
             <li>Add it to an application</li>
             <li>List the application on the marketplace</li>
          </ul>
    ]]>
  </Content>
</Module>

【问题讨论】:

  • 您是否尝试以与上下文小工具相同的方式包含侧边栏小工具?

标签: gmail google-apps google-apps-marketplace igoogle


【解决方案1】:

缺少文档只是因为这不是受支持的功能。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-09-20
    • 2010-12-24
    • 1970-01-01
    • 2012-10-24
    • 2015-03-27
    • 1970-01-01
    相关资源
    最近更新 更多