forked from Kaya84/remotesupport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremotesupport.xml
43 lines (43 loc) · 1.35 KB
/
remotesupport.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
<?xml version="1.0"?>
<root>
<name>Remote Support</name>
<key>remotesupport</key>
<state>alpha</state>
<logo/>
<description>
<short>
<en>Let you directly connect to a PC throught VNC.</en>
</short>
<long>
<en>The plugin add a button inside ticket detail, by clicking it will open a vnc connection to the pc. Event inside computer detail page</en>
</long>
</description>
<homepage>https://github.com/Kaya84/RemoteSupport</homepage>
<download>https://github.com/Kaya84/RemoteSupport/releases</download>
<issues>https://github.com/Kaya84/RemoteSupport/issues</issues>
<readme>https://github.com/Kaya84/RemoteSupport/blob/master/README.md</readme>
<authors>
<author>Alessandro Carloni</author>
</authors>
<versions>
<version>
<num>0.0.1</num>
<compatibility>~9.5.0</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>en_US</lang>
<lang>it_IT</lang>
</langs>
<license>GPLv2+</license>
<tags>
<en>
<tag>VNC</tag>
<tag>RDP</tag>
</en>
</tags>
<screenshots>
<screenshot>https://user-images.githubusercontent.com/35736369/142444042-0cd5627b-5a5d-4586-8022-083e51d6f06c.png</screenshot>
</screenshots>
</root>