-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathapplist.html
More file actions
381 lines (363 loc) · 17.8 KB
/
applist.html
File metadata and controls
381 lines (363 loc) · 17.8 KB
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>List of All UPI Apps | #CashlessConsumer</title>
<meta name="description" content="Unified Payments Interface - #CashlessConsumer initiative ">
<meta name="author" content="Srikanth L">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/touch/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/touch/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/touch/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="img/touch/apple-touch-icon-57x57-precomposed.png">
<link rel="shortcut icon" sizes="196x196" href="img/touch/touch-icon-196x196.png">
<link rel="shortcut icon" href="img/touch/apple-touch-icon.png">
<meta name="msapplication-TileImage" content="img/touch/apple-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#222222">
<!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/>
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.6.3/font-awesome.min.css" integrity="sha384-Wrgq82RsEean5tP3NK3zWAemiNEXofJsTwTyHmNb/iL3dP/sZJ4+7sOld1uqYJtE" crossorigin="anonymous">
<!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.jssocials/1.3.1/jssocials.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.jssocials/1.3.1/jssocials-theme-flat.css" />
<!-- Favicon –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<header>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#cc-navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">#CashlessConsumer</a>
</div>
<div class="collapse navbar-collapse" id="cc-navbar-collapse">
<ul class="nav navbar-nav navbar-left">
<li><a href="./index.html">Home</a></li>
<li><a href="./upi-setup.html">How to Install</a></li>
<li class="active"><a href="./applist.html">UPI Apps</a></li>
<li><a href="./qrcode.html">Get QR Code</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./askus.html">Ask Us</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><select id="lang" onchange="updateText()">
<option value="en">English</option>
<option value="ta">தமிழ்</option>
<option value="kn">ಕನ್ನಡ</option>
</select></a></li>
</ul>
</div>
</div>
</nav>
</header>
<article>
<div class="title-banner">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>UPI App List</h1>
</div>
</div>
</div>
</div>
<div class="container content">
<div class="row">
<div class="col-md-12">
<p>You can download a UPI app of your choice and install. Yes, this need not be issued by your own bank. You can use any UPI app issued by any bank or company and link your bank account to it.</p>
<p>Currently only Android devices are supported. iOS and Windows apps coming soon.
<p>Confused which app to install?</p>
<p><a class="btn btn-primary" href="http://bit.ly/UPIApps" target="_blank">Compare all UPI Apps</a></p>
<p class="visible-sm-* hidden-xs">Scan QRCode to install your preferred android app.</p>
<div class="table-responsive">
<table class="table table-bordered table-hover">
<tr>
<th class="col-md-2 col-sm-2 col-xs-3">Logo</th>
<th class="col-md-8 col-sm-8 col-xs-9">Name</th>
<th class="col-md-2 col-sm-2 visible-sm-* hidden-xs">Download</th>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/andhrabank.png" alt="Andhra Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.olive.andhra.upi">Andhra Bank ONE - UPI App</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.olive.andhra.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/axisbank.jpg" width="" alt="Axis Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.upi.axispay">AxisPay</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.upi.axispay" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/Bank-of-Maharashtra-Logo.jpg" alt="Bank of Maharashtra"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.infrasofttech.mahaupi">Maha UPI</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.infrasofttech.mahaupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/canara-bank-logo.jpg" alt="Canara Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=upi.npst.com.upicanara">Canara Bank UPI- empower</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=upi.npst.com.upicanara" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/catholic-syrian-bank.png" alt="Catholic Syrian Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.lcode.csbupi">CSB-UPI</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.lcode.csbupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/dcb-bank.jpg" alt="DCB Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.olive.dcb.upi">DCB Bank UPI App</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.olive.dcb.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/Federallogo.gif" alt="Federal Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.upi.federalbank.org.lotza">Lotza-UPI</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.upi.federalbank.org.lotza" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/hdfc-bank-logo.jpg" alt="HDFC Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.snapwork.hdfc">HDFC Bank MobileBanking</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.snapwork.hdfc" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/icici-bank-logo.jpg" alt="ICICI Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.csam.icici.bank.imobile">iMobile</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.csam.icici.bank.imobile" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/Pockets-logo.jpg" alt="ICICI Pockets"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.icicibank.pockets">Pockets</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.icicibank.pockets" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/karnataka-bank-logo.png" alt="Karnataka Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.lcode.smartz">KBL SMARTz (UPI)</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.lcode.smartz" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/oriental-bank-of-commerce-logo.jpg" alt="OBC Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.mgs.obcbank">OBCUPI PSP</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.mgs.obcbank" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/pnb-logo.png" alt="Punjab National Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.pnbpsp">PNB UPI</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.pnbpsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/south-indian-bank-logo.jpg" alt="South Indian Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.paymate.sib">SIB M-Pay</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.paymate.sib" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/STATEBANKOFINDIAlogo.jpg" alt="SBI"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.sbi.upi">SBI Pay</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.sbi.upi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/tjsb-bank-logo.png" alt="TJSB Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=in.co.finacus.tjsbbankpsp">Tranzapp</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=in.co.finacus.tjsbbankpsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/uco-bank-logo.png" alt="UCO Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.lcode.ucoupi">Uco UPI</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.lcode.ucoupi" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/Union-Bank-India-logo.jpg" alt="Union Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.ubipsp">Union Bank UPI App</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.ubipsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/united-bank-of-india.png" alt="United Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.unbipsp">United UPI</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.unbipsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/vijaya-bank-logo.png" alt="Vijaya Bank"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.fss.vijayapsp">Vijaya UPI</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.fss.vijayapsp" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/phonepe.jpg" alt="PhonePe"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.phonepe.app">PhonePe (Flipkart)</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.phonepe.app" alt="qrcode"/>
</td>
</tr>
<tr>
<td>
<img class="img-responsive" src="./img/banklogos/Trupay.png" alt="Trupay"/>
</td>
<td>
<a href="https://play.google.com/store/apps/details?id=com.protinus.trupay&hl=en">TruPay</a>
</td>
<td class="visible-sm-* hidden-xs">
<img class="img-responsive" src="http://chart.googleapis.com/chart?cht=qr&chs=200x200&choe=UTF-8&chld=H&chl=https://play.google.com/store/apps/details?id=com.protinus.trupay&hl=en" alt="qrcode"/>
</td>
</tr>
</table>
</div>
</div>
</div>
<center><div id="sharesocial"/></center>
</div> <!-- end .container -->
</article>
<footer>
<div class="container">
<p class="copyright"><span data-i18n="upiqrc-footer">#CashlessConsumer Initiative. Licensed under </span><a href="https://creativecommons.org/licenses/by-sa/4.0/"><span data-i18n="upiqrc-license">CC-BY-SA 4.0</span></a> - <a href="http://github.com/srikanthlogic/CashlessConsumer"><span data-i18n="upiqrc-codelink">Code</span></a></p>
</div>
</footer>
<!-- End Document –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery.jssocials/1.3.1/jssocials.min.js"></script>
<script>
$("#sharesocial").jsSocials({
url: "https://srikanthlogic.github.io/CashlessConsumer/applist.html",
text: "Browse all UPI Apps and learn more at #CashlessConsumer",
showCount: "inside",
showLabel: false,
shareIn: "popup",
shares: ["email", "twitter", "facebook", "whatsapp", "googleplus"]
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83520638-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>