This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
airwatch.xml
99 lines (99 loc) · 3.71 KB
/
airwatch.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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Airwatch connector</name>
<key>airwatch</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/airwatch/master/airwatch.png</logo>
<description>
<short>
<en><![CDATA[Connector to gather inventory information from Airwatch]]></en>
<cs><![CDATA[Napojení pro získávání inventárních údajů z Airwatch]]></cs>
<fr><![CDATA[Connecteur pour récupérer les données d'inventaire depuis Airwatch]]></fr>
</short>
<long>
<en><![CDATA[Gather inventory data from Airwatch MDM tool. Data import using FusionInventory XML format. Ability to manually force a device inventory. This plugin is part of the GLPi Network subscription.]]></en>
<cs><![CDATA[Získávání inventárních údajů z MDM nástroje Ariwatch. Import dat ve formátu FusionInventory XML. Schopnost ručního vynucení inventarizace zařízení. Tento zásuvný modul je součástí předplatného služby GLPi Network.]]></cs>
<fr><![CDATA[Récupération des données d'inventaire de l'outil de MDM Airwatch. Import des données au format XML FusionInventory. Possibilité de forcer l'inventaire manuellement d'un device. Ce plugin fait partie de la souscription GLPi Network.]]></fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/airwatch</homepage>
<download>https://github.com/pluginsGLPI/airwatch/releases</download>
<issues>https://github.com/pluginsGLPI/airwatch/issues</issues>
<readme>https://raw.githubusercontent.com/pluginsGLPI/airwatch/master/README.md</readme>
<authors>
<author>Teclib</author>
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>1.5.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/airwatch/releases/download/1.5.0/glpi-airwatch-1.5.0.tar.bz2</download_url>
</version>
<version>
<num>1.4.1</num>
<compatibility>9.2</compatibility>
<compatibility>9.3</compatibility>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.4.0</num>
<compatibility>9.2</compatibility>
<compatibility>9.3</compatibility>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.3.0</num>
<compatibility>9.2</compatibility>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.2.0</num>
<compatibility>9.1</compatibility>
</version>
<version>
<num>0.90+1.1</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>0.90+1.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
</versions>
<langs>
<lang>cs_CZ</lang>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<tags>
<en>
<tag>inventory</tag>
<tag>smartphone</tag>
<tag>connector</tag>
<tag>airwatch</tag>
<tag>helpdesk</tag>
<tag>loans</tag>
</en>
<cs>
<tag>inventář</tag>
<tag>chytrý telefon</tag>
<tag>connector</tag>
<tag>airwatch</tag>
<tag>služba podpory</tag>
<tag>zápůjčky</tag>
</cs>
<fr>
<tag>inventaire</tag>
<tag>smartphone</tag>
<tag>connecteur</tag>
<tag>airwatch</tag>
<tag>helpdesk</tag>
<tag>réservations</tag>
</fr>
</tags>
<license>GPL v2+</license>
</root>