Guest User

Untitled

a guest
Oct 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="MailApp">
  3. <Id>faf79be0-c75f-48a4-823f-67e02ca31a86</Id>
  4. <Version>1.0.0.0</Version>
  5. <ProviderName>Sachin Goel</ProviderName>
  6. <DefaultLocale>en-US</DefaultLocale>
  7. <DisplayName DefaultValue="stageAddIn 1.4" />
  8. <Description DefaultValue="Sample staging add-in version 1.4 for integrating bot" />
  9. <IconUrl DefaultValue="https://leena.ai/assets/img/favicon.ico" />
  10. <HighResolutionIconUrl DefaultValue="https://leena.ai/assets/img/favicon.ico" />
  11. <SupportUrl DefaultValue="https://leena.ai/" />
  12. <AppDomains>
  13. <AppDomain>https://staging-web.chatteron.io/addin/</AppDomain>
  14. <AppDomain>http://staging-web.chatteron.io/addin/</AppDomain>
  15. <AppDomain>AppDomain3</AppDomain>
  16. </AppDomains>
  17. <Hosts>
  18. <Host Name="Mailbox" />
  19. <Host Name="Document" />
  20. </Hosts>
  21. <Requirements>
  22. <Sets>
  23. <Set Name="Mailbox" MinVersion="1.1" />
  24. </Sets>
  25. </Requirements>
  26. <FormSettings>
  27. <Form xsi:type="ItemRead">
  28. <DesktopSettings>
  29. <SourceLocation DefaultValue="https://staging-web.chatteron.io/addin" />
  30. <RequestedHeight>250</RequestedHeight>
  31. </DesktopSettings>
  32. </Form>
  33. <Form xsi:type="ItemEdit">
  34. <DesktopSettings>
  35. <SourceLocation DefaultValue="https://staging-web.chatteron.io/addin" />
  36. </DesktopSettings>
  37. </Form>
  38. </FormSettings>
  39. <Permissions>ReadItem</Permissions>
  40. <Rule xsi:type="RuleCollection" Mode="Or">
  41. <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
  42. </Rule>
  43. <DisableEntityHighlighting>false</DisableEntityHighlighting>
  44. <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
  45. <Requirements>
  46. <bt:Sets DefaultMinVersion="1.3">
  47. <bt:Set Name="Mailbox" />
  48. </bt:Sets>
  49. </Requirements>
  50. <Hosts>
  51. <Host xsi:type="MailHost">
  52. <DesktopFormFactor>
  53. <FunctionFile resid="functionFile" />
  54. <ExtensionPoint xsi:type="MessageReadCommandSurface">
  55. <OfficeTab id="TabDefault">
  56. <Group id="msgReadGroup">
  57. <Label resid="groupLabel" />
  58. <Control xsi:type="Button" id="msgReadOpenPaneButton">
  59. <Label resid="paneReadButtonLabel" />
  60. <Supertip>
  61. <Title resid="paneReadSuperTipTitle" />
  62. <Description resid="paneReadSuperTipDescription" />
  63. </Supertip>
  64. <Icon>
  65. <bt:Image size="16" resid="icon16" />
  66. <bt:Image size="32" resid="icon32" />
  67. <bt:Image size="80" resid="icon80" />
  68. </Icon>
  69. <Action xsi:type="ShowTaskpane">
  70. <SourceLocation resid="messageReadTaskPaneUrl" />
  71. </Action>
  72. </Control>
  73. </Group>
  74. </OfficeTab>
  75. </ExtensionPoint>
  76. <ExtensionPoint xsi:type="MessageComposeCommandSurface">
  77. <OfficeTab id="TabDefault">
  78. <Group id="msgComposeGroup">
  79. <Label resid="groupLabel" />
  80. <Control xsi:type="Button" id="msgComposeOpenPaneButton">
  81. <Label resid="paneComposeButtonLabel" />
  82. <Supertip>
  83. <Title resid="paneComposeSuperTipTitle" />
  84. <Description resid="paneComposeSuperTipDescription" />
  85. </Supertip>
  86. <Icon>
  87. <bt:Image size="16" resid="icon16" />
  88. <bt:Image size="32" resid="icon32" />
  89. <bt:Image size="80" resid="icon80" />
  90. </Icon>
  91. <Action xsi:type="ShowTaskpane">
  92. <SourceLocation resid="messageComposeTaskPaneUrl" />
  93. </Action>
  94. </Control>
  95. </Group>
  96. </OfficeTab>
  97. </ExtensionPoint>
  98. </DesktopFormFactor>
  99. </Host>
  100. </Hosts>
  101. <Resources>
  102. <bt:Images>
  103. <bt:Image id="icon16" DefaultValue="https://leena.ai/assets/img/favicon.ico" />
  104. <bt:Image id="icon32" DefaultValue="https://leena.ai/assets/img/favicon.ico" />
  105. <bt:Image id="icon80" DefaultValue="https://leena.ai/assets/img/favicon.ico" />
  106. </bt:Images>
  107. <bt:Urls>
  108. <bt:Url id="functionFile" DefaultValue="https://demo-sales.chatteron.io/function-file/function-file.html" />
  109. <bt:Url id="messageReadTaskPaneUrl" DefaultValue="https://staging-web.chatteron.io/addin" />
  110. <bt:Url id="messageComposeTaskPaneUrl" DefaultValue="https://staging-web.chatteron.io/addin" />
  111. </bt:Urls>
  112. <bt:ShortStrings>
  113. <bt:String id="groupLabel" DefaultValue="My Add-in Group" />
  114. <bt:String id="customTabLabel" DefaultValue="My Add-in Tab" />
  115. <bt:String id="paneReadButtonLabel" DefaultValue="Staging Add-In" />
  116. <bt:String id="paneReadSuperTipTitle" DefaultValue="Staging Add-In" />
  117. <bt:String id="paneComposeButtonLabel" DefaultValue="Compose command" />
  118. <bt:String id="paneComposeSuperTipTitle" DefaultValue="Compose command super tip" />
  119. </bt:ShortStrings>
  120. <bt:LongStrings>
  121. <bt:String id="paneReadSuperTipDescription" DefaultValue="Opens a pane displaying all available properties. This is an example of a button that opens a task pane." />
  122. <bt:String id="paneComposeSuperTipDescription" DefaultValue="Compose command super tip description." />
  123. </bt:LongStrings>
  124. </Resources>
  125. </VersionOverrides>
  126. </OfficeApp>
Add Comment
Please, Sign In to add comment