Files
IT-Nexus/frontend/public/addin/manifest.xml

100 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp
xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0"
xsi:type="MailApp">
<Id>c4e2a1b7-3f8d-4a92-b651-7e0d9f3a2c84</Id>
<Version>1.0.2</Version>
<ProviderName>Cereda Systems GmbH</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="IT Nexus Ticket"/>
<Description DefaultValue="Create a support ticket in IT Nexus directly from an email."/>
<IconUrl DefaultValue="https://it-nexus.cereda-systems.de/cereda-logo.png"/>
<HighResolutionIconUrl DefaultValue="https://it-nexus.cereda-systems.de/cereda-logo.png"/>
<SupportUrl DefaultValue="https://it-nexus.cereda-systems.de"/>
<AppDomains>
<AppDomain>https://it-nexus.cereda-systems.de</AppDomain>
<AppDomain>https://login.microsoftonline.com</AppDomain>
<AppDomain>https://login.microsoft.com</AppDomain>
<AppDomain>https://microsoftonline.com</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Mailbox"/>
</Hosts>
<Requirements>
<Sets>
<Set Name="Mailbox" MinVersion="1.1"/>
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://it-nexus.cereda-systems.de/addin/taskpane.html"/>
<RequestedHeight>450</RequestedHeight>
</DesktopSettings>
</Form>
</FormSettings>
<Permissions>ReadItem</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/>
</Rule>
<DisableEntityHighlighting>false</DisableEntityHighlighting>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
<Requirements>
<bt:Sets DefaultMinVersion="1.3">
<bt:Set Name="Mailbox"/>
</bt:Sets>
</Requirements>
<Hosts>
<Host xsi:type="MailHost">
<DesktopFormFactor>
<ExtensionPoint xsi:type="MessageReadCommandSurface">
<OfficeTab id="TabDefault">
<Group id="msgReadGroup">
<Label resid="GroupLabel"/>
<Control xsi:type="Button" id="msgReadOpenPaneButton">
<Label resid="TaskpaneButton.Label"/>
<Supertip>
<Title resid="TaskpaneButton.Label"/>
<Description resid="TaskpaneButton.Tooltip"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.32x32"/>
<bt:Image size="80" resid="Icon.80x80"/>
</Icon>
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="Taskpane.Url"/>
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://it-nexus.cereda-systems.de/cereda-logo.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://it-nexus.cereda-systems.de/cereda-logo.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://it-nexus.cereda-systems.de/cereda-logo.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="Taskpane.Url" DefaultValue="https://it-nexus.cereda-systems.de/addin/taskpane.html"/>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="GroupLabel" DefaultValue="IT Nexus"/>
<bt:String id="TaskpaneButton.Label" DefaultValue="Create Ticket"/>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Create an IT Nexus support ticket from this email"/>
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>