Kotak Bank No Session Expire
Kotak Bank No Session Expire
Wat is Kotak Bank No Session Expire?
Kotak Bank No Session Expire is een Chrome-extensie ontwikkeld door https://anikadigital.co.in, en de belangrijkste functie is "Kotak Bank No Session Expire".
Extensie Screenshots
Download het CRX-bestand van de extensie Kotak Bank No Session Expire
Download Kotak Bank No Session Expire-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
If you log into Kotak Bank account, it keeps clicking "Fund Transfer" every 5 minutes and you never logout.
Warning: Kotak allows transfer to Payees even without OTP. So use it only in secured computer.
Privacy Notice: It does not read/save any logins/passwords or anything else. Basisinformatie over de Extensie
| Naam | |
| ID | pphidjomogioedfknhelgkoofebinnfn |
| Officiële URL | https://chromewebstore.google.com/detail/kotak-bank-no-session-exp/pphidjomogioedfknhelgkoofebinnfn |
| Beschrijving | Kotak Bank No Session Expire |
| Bestandsgrootte | 70.2 KB |
| Aantal Installaties | 45 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2022-05-30 |
| Publicatiedatum | 2022-05-29 |
| Ontwikkelaar | https://anikadigital.co.in |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://www.anikadigital.in/privacy |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kotak Bank No Session Expire",
"options_page": "options.html",
"description": "Kotak Bank No Session Expire",
"version": "1.0.1",
"icons": {
"16": "icons\/brt-logo16.png",
"48": "icons\/brt-logo48.png",
"128": "icons\/brt-logo128.png"
},
"permissions": [
"webRequest",
"webNavigation"
],
"background": {
"service_worker": "worker_wrapper.js"
},
"manifest_version": 3,
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/netbanking.kotak.com\/*"
],
"css": [
"irctc.css"
],
"js": [
"jquery-3.6.0.min.js",
"js\/harshen-jquery-countdownTimer\/jquery.countdownTimer.min.js",
"client_server_common.js",
"common.js",
"myscript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"options.html",
"icons\/up.png",
"icons\/down.png"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"host_permissions": [
"https:\/\/netbanking.kotak.com\/*"
]
} | |