SBI No Session Logout
Keeps you logged in SBI
SBI No Session Logoutとは何ですか?
SBI No Session Logoutはanikadigitalsevaによって開発されたChromeの拡張機能で、その主な機能は「Keeps you logged in SBI」です。
拡張機能のスクリーンショット
SBI No Session Logout拡張機能のCRXファイルをダウンロード
SBI No Session Logout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | SBI No Session Logout |
ID | cdhmkolciccpeafmajanbjolhfeidekc |
公式URL | https://chromewebstore.google.com/detail/sbi-no-session-logout/cdhmkolciccpeafmajanbjolhfeidekc |
説明 | Keeps you logged in SBI |
ファイルサイズ | 67.23 KB |
インストール数 | 104 |
現在のバージョン | 1.3 |
最終更新日 | 2022-12-31 |
公開日 | 2022-02-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | anikadigitalseva |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.anikadigital.in/privacy |
対応言語 | 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\/*" ] } |