-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshot.xml
115 lines (113 loc) · 5.17 KB
/
screenshot.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
<?xml version="1.0"?>
<root>
<name>Screenshot</name>
<key>screenshot</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/cconard96/glpi-screenshot-plugin/master/Logo.png</logo>
<description>
<short>
<en>Take a screenshot or screen recording directly from GLPI and attach it to a ticket, change or problem</en>
</short>
<long>
<en><![CDATA[
Take a screenshot directly from GLPI and attach it to a ticket, change or problem. Only works from the timeline for now.
This plugin should work on any modern desktop browser, but it won't work on mobile browsers.
Additionally, browsers only expose this feature when it is being used over HTTPS (or running over localhost). If your GLPI server doesn't use HTTPS yet, this plugin will not work.
]]></en>
</long>
</description>
<homepage>https://github.com/cconard96/glpi-screenshot-plugin</homepage>
<download>https://github.com/cconard96/glpi-screenshot-plugin/releases</download>
<issues>https://github.com/cconard96/glpi-screenshot-plugin/issues</issues>
<readme>https://github.com/cconard96/glpi-screenshot-plugin/blob/master/README.md</readme>
<authors>
<author>Curtis Conard</author>
</authors>
<versions>
<version>
<num>1.0.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v1.0.0/screenshot-1.0.0.zip</download_url>
</version>
<version>
<num>1.1.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v1.1.0/screenshot-1.1.0.zip</download_url>
</version>
<version>
<num>1.1.1</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v1.1.1/screenshot-1.1.1.zip</download_url>
</version>
<version>
<num>1.1.2</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v1.1.2/screenshot-1.1.2.zip</download_url>
</version>
<version>
<num>1.1.3</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v1.1.3/screenshot-1.1.3.zip</download_url>
</version>
<version>
<num>1.1.4</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v1.1.4/glpi-screenshot-v1.1.4.tar.bz2</download_url>
</version>
<version>
<num>1.1.6</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v1.1.6/glpi-screenshot-v1.1.6.tar.bz2</download_url>
</version>
<version>
<num>1.1.7</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v1.1.7/glpi-screenshot-v1.1.7.tar.bz2</download_url>
</version>
<version>
<num>2.0.0-beta1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v2.0.0-beta1/glpi-screenshot-v2.0.0-beta1.tar.bz2</download_url>
</version>
<version>
<num>2.0.0</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v2.0.0/glpi-screenshot-v2.0.0.tar.bz2</download_url>
</version>
<version>
<num>2.0.1</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v2.0.1/glpi-screenshot-v2.0.1.tar.bz2</download_url>
</version>
<version>
<num>2.0.2</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v2.0.2/glpi-screenshot-v2.0.2.tar.bz2</download_url>
</version>
<version>
<num>2.0.3</num>
<compatibility>~10.0.0</compatibility>
<download_url>https://github.com/cconard96/glpi-screenshot-plugin/releases/download/v2.0.3/glpi-screenshot-v2.0.3.tar.bz2</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>en_US</lang>
<lang>es_AR</lang>
<lang>es_ES</lang>
<lang>fr_FR</lang>
<lang>pt_PT</lang>
<lang>it_IT</lang>
<lang>ja_JP</lang>
</langs>
<license>GPLv2+</license>
<tags>
<en>
<tag>Ticket</tag>
<tag>Helpdesk</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/cconard96/glpi-screenshot-plugin/master/Screenshot%20Plugin%20Preview.gif</screenshot>
</screenshots>
</root>