-
Notifications
You must be signed in to change notification settings - Fork 6
/
browsernotification.xml
163 lines (157 loc) · 5.58 KB
/
browsernotification.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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Browser Notification</name>
<key>browsernotification</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/edgardmessias/browsernotification/master/plugin.png</logo>
<description>
<short>
<en><![CDATA[This plugin allow your browser to show notifications for GLPI]]></en>
</short>
<long>
<en><![CDATA[
# Browser Notification (GLPI)
This plugin allow your browser to show notifications for GLPI
# Installation (EN)
* Uncompress the archive to the `<GLPI_ROOT>/plugins/browsernotification` directory
* Navigate to the Configuration > Plugins page,
* Install and activate the plugin.
* Go to `Configuration > General > Browser Notification` and configure
# Usage (EN)
* You need keep a browser open to show notifications
* Go to `Configuration > General > Browser Notification` to configure default settings
* Users can go to `Preferences > Browser Notification` to configure your settings
* Note: First notification is skipped.
# Custom Sounds (EN)
* Make folder `sounds` in `<GLPI_ROOT>`
* Put your sounds in `<GLPI_ROOT>/sounds`. Preferably `MP3`, `OGG` and `WAV`
* Configure in `Configuration > General > Browser Notification` or `Preferences > Browser Notification`
* Example site with sounds to download: <https://notificationsounds.com/notification-sounds>
# Resources (EN)
* Allow open multiple browsers or tabs and show only one notification
* Low resource usage
* Allow configuration
* Notification in all browsers in which you are connected
* Play sound
* Show notification for scheduled tasks
# TODO
* [ ] User profile permission
# Donations:
* Donation is as per your goodwill to support my development.
* If you are interested in my future developments, i would really appreciate a small donation to support this project.
```html
My Monero Wallet Address (XMR)
429VTmDsAw4aKgibxkk4PzZbxzj8txYtq5XrKHc28pXsUtMDWniL749WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm41bmrwQ
```
```html
My Bitcoin Wallet Address (BTC)
38hcARGVzgYrcdYPkXxBXKTqScdixvFhZ4
```
```html
My Ethereum Wallet Address (ETH)
0xdb77aa3d0e496c73a0dac816ac33ea389cf54681
```
Another Cryptocurrency: https://freewallet.org/id/edgardmessias
]]></en>
</long>
</description>
<homepage>https://github.com/edgardmessias/browsernotification</homepage>
<download>https://github.com/edgardmessias/browsernotification/releases</download>
<issues>https://github.com/edgardmessias/browsernotification/issues</issues>
<readme>https://github.com/edgardmessias/browsernotification/wiki</readme>
<authors>
<author>Edgard Lorraine Messias</author>
</authors>
<versions>
<version>
<num>1.0.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.0.1</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.1</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.2</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.3</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.4</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.5</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.6</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.7</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.8</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.9</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
<compatibility>9.2</compatibility>
</version>
</versions>
<langs>
<lang>cs_CZ</lang>
<lang>en_US</lang>
<lang>es_ES</lang>
<lang>fr_FR</lang>
<lang>it_IT</lang>
<lang>pt_BR</lang>
<lang>ru_RU</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<en>
<tag>Browser</tag>
<tag>Web notifcaion</tag>
<tag>Notification</tag>
</en>
</tags>
</root>