SBI No Session Logout

Keeps you logged in SBI

什麼是SBI No Session Logout?

SBI No Session Logout是由anikadigitalseva開發的Chrome擴展程式,該擴展的主要功能是“Keeps you logged in SBI”。

擴展截圖

screenshot
screenshot
screenshot

下載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 SBI No Session Logout
ID cdhmkolciccpeafmajanbjolhfeidekc
官方網址 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
電子郵箱 [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\/*"
    ]
}