SBI No Session Logout
Keeps you logged in SBI
Was ist SBI No Session Logout?
SBI No Session Logout ist eine Chrome-Erweiterung, die von anikadigitalseva entwickelt wurde, und ihr Hauptmerkmal ist "Keeps you logged in SBI".
Erweiterungsscreenshots
SBI No Session Logout-Erweiterungs-CRX-Datei herunterladen
Laden Sie SBI No Session Logout-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
1) Automatically fills login/password
2) Keeps SBI netbanking session forever
You can change refresh delay in Options
Go to https://retail.onlinesbi.com/retail/login.htm
For any support call 7201 00000 4
Your data does not go out of your computer and is 100% safe. It has been reviewed by Google team and also no such permissions have been requested by this extension.
First 2 months it is free. Afterwards Rs. 30+GST /month
Our GST: 05ADEPG9508N1ZB Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cdhmkolciccpeafmajanbjolhfeidekc |
| Offizielle URL | https://chromewebstore.google.com/detail/sbi-no-session-logout/cdhmkolciccpeafmajanbjolhfeidekc |
| Beschreibung | Keeps you logged in SBI |
| Dateigröße | 67.23 KB |
| Installationsanzahl | 104 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2022-12-31 |
| Veröffentlichungsdatum | 2022-02-21 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | anikadigitalseva |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | http://www.anikadigital.in/privacy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SBI No Session Logout",
"options_page": "options.html",
"description": "Keeps you logged in SBI",
"version": "1.3",
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"browser_action": {
"default_title": "Change the Options ",
"default_popup": "options.html"
},
"permissions": [
"storage"
],
"manifest_version": 3,
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/retail.onlinesbi.com\/*",
"https:\/\/retail.onlinesbi.sbi\/*"
],
"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",
"nologic.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"options.html",
"icons\/up.png",
"icons\/down.png"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"host_permissions": [
"https:\/\/retail.onlinesbi.com\/*",
"https:\/\/retail.onlinesbi.sbi\/*"
]
} | |