-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
189 lines (177 loc) · 8.95 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<?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:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>c81654cf-ff1e-46af-ae3c-f127f3feb90f</Id>
<Version>3.2.0.0</Version>
<ProviderName>Michael Humann</ProviderName>
<DefaultLocale>de-De</DefaultLocale>
<DisplayName DefaultValue="Excelerweiterung - Nietiet GmbH"/>
<Description DefaultValue="Erweiterung zur Konsolidierung unternehmensweiter Arbeitsprozesse - Im sinne der Produktivitässteigerung und Förderung der Firmenidentität"/>
<IconUrl DefaultValue="https://storagenietietofficexcel.z1.web.core.windows.net/assets/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="https://storagenietietofficexcel.z1.web.core.windows.net/assets/icon-64.png"/>
<SupportUrl DefaultValue="https://storagenietietofficexcel.z1.web.core.windows.net"/>
<AppDomains>
<AppDomain>https://storagenietietofficexcel.z1.web.core.windows.net</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Workbook"/>
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/>
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
<Hosts>
<Host xsi:type="Workbook">
<DesktopFormFactor>
<GetStarted>
<Title resid="GetStarted.Title"/>
<Description resid="GetStarted.Description"/>
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<FunctionFile resid="Commands.Url"/>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<CustomTab id="TabNietiet">
<Group id="CommandsGroup">
<Label resid="CommandsGroup.Label"/>
<Icon>
<bt:Image size="16" resid="Icon.16x16"/>
<bt:Image size="32" resid="Icon.32x32"/>
<bt:Image size="80" resid="Icon.80x80"/>
</Icon>
<Control xsi:type="Button" id="TaskpaneButton">
<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">
<TaskpaneId>ButtonId1</TaskpaneId>
<SourceLocation resid="Taskpane.Url"/>
</Action>
</Control>
<Control xsi:type="Button" id="fertig">
<Label resid="CGFertigButton.Label" />
<Supertip>
<Title resid="CGFertigButton.Label" />
<Description resid="CGFertigButton.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="ExecuteFunction">
<FunctionName>fertig</FunctionName>
</Action>
</Control>
<Control xsi:type="Button" id="addRow">
<Label resid="CGaddRow.Label" />
<Supertip>
<Title resid="CGaddRow.Label" />
<Description resid="CGaddRow.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="ExecuteFunction">
<FunctionName>addRow</FunctionName>
</Action>
</Control>
</Group>
<Label resid="TabNietiet.Label" />
</CustomTab>
</ExtensionPoint>
<ExtensionPoint xsi:type="ContextMenu">
<OfficeMenu id="ContextMenuCell">
<Control xsi:type="Menu" id="ContextMenu2">
<Label resid="RightClickMenu.Label" />
<Supertip>
<Title resid="RightClickMenu.Label"/>
<Description resid="RightClickMenu.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>
<Items>
<Item id="myMenuItemID">
<Label resid="HighlightButton.Label" />
<Supertip>
<Title resid="HighlightButton.Label"/>
<Description resid="HighlightButton.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="ExecuteFunction">
<FunctionName>highlightSelection</FunctionName>
</Action>
</Item>
<Item id="myMenuItemID1">
<Label resid="FertigButton.Label" />
<Supertip>
<Title resid="FertigButton.Label"/>
<Description resid="FertigButton.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="ExecuteFunction">
<FunctionName>fertig</FunctionName>
</Action>
</Item>
</Items>
<!-- information about the control -->
</Control>
<!-- other controls, as needed -->
</OfficeMenu>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://storagenietietofficexcel.z1.web.core.windows.net/assets/icon-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://storagenietietofficexcel.z1.web.core.windows.net/assets/icon-32.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://storagenietietofficexcel.z1.web.core.windows.net/assets/icon-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
<bt:Url id="Commands.Url" DefaultValue="https://storagenietietofficexcel.z1.web.core.windows.net/commands.html"/>
<bt:Url id="Taskpane.Url" DefaultValue="https://storagenietietofficexcel.z1.web.core.windows.net/taskpane.html"/>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="GetStarted.Title" DefaultValue="Nietiet GmbH - Herzlich Willkommen"/>
<bt:String id="TabNietiet.Label" DefaultValue="Nietiet GmbH"/>
<bt:String id="CommandsGroup.Label" DefaultValue="Nietiet GmbH"/>
<bt:String id="TaskpaneButton.Label" DefaultValue="Zeige Aufgabenbereich"/>
<bt:String id="CGFertigButton.Label" DefaultValue="Fertig" />
<bt:String id="CGaddRow.Label" DefaultValue="Zeile Hinzufügen" />
<bt:String id="RightClickMenu.Label" DefaultValue="Nietiet GmbH"/>
<bt:String id="HighlightButton.Label" DefaultValue="Highlight"/>
<bt:String id="FertigButton.Label" DefaultValue="Fertig"/>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="Öffne den 'Nietiet GmbH' Tab, "/>
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Klicken um das seitliche Aufgabenbereichsfenster einzublenden"/>
<bt:String id="CGFertigButton.Tooltip" DefaultValue="Ausgewählte Zelle mit dem Status FERTIG markieren" />
<bt:String id="CGaddRow.Tooltip" DefaultValue="Zeile Hinzufügen" />
<bt:String id="RightClickMenu.Tooltip" DefaultValue="Nietiet GmbH"/>
<bt:String id="HighlightButton.Tooltip" DefaultValue="Text Highlight"/>
<bt:String id="FertigButton.Tooltip" DefaultValue="Ausgewählte Zelle mit dem Status FERTIG markieren"/>
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>