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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |