Xpress Sign-On Extension(NH-XSO 7.1.2)
This extension acts as a Form fill and password manager.
Xpress Sign-On Extension(NH-XSO 7.1.2)란 무엇입니까?
Xpress Sign-On Extension(NH-XSO 7.1.2)은(는) https://www.ilantus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension acts as a Form fill and password manager."입니다.
확장 프로그램 스크린샷
Xpress Sign-On Extension(NH-XSO 7.1.2) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension acts as a Form fill and password manager for Single Sign On requirements. The extension belongs to NH Production environment NH Production URL - https://sso.narayanahealth.org version - 7.3.1 Published on - 12-DEC-2020
확장 프로그램 기본 정보
이름 | Xpress Sign-On Extension(NH-XSO 7.1.2) |
ID | ameeofcdajhecafdkmmobeolonenpdmk |
공식 URL | https://chromewebstore.google.com/detail/xpress-sign-on-extensionn/ameeofcdajhecafdkmmobeolonenpdmk |
설명 | This extension acts as a Form fill and password manager. |
파일 크기 | 170 KB |
설치 횟수 | 1,299 |
현재 버전 | 7.3.1 |
최근 업데이트 | 2020-12-11 |
출시 날짜 | 2020-05-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.ilantus.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sso.narayanahealth.org |
도움말 페이지 URL | https://productsupport.ilantus.com |
개인정보 보호 정책 페이지 URL | https://www.ilantusproducts.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "jquery.js", "background.js", "popup.html" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Xpress Sign-On" }, "content_scripts": [ { "all_frames": true, "js": [ "signon.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "popup.js", "jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "This extension acts as a Form fill and password manager.", "icons": { "128": "favicon128.png", "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhzcHnvxlB5O8nX8w23OCZ\/TkEgceN25f+ykWt0Y0OeBkfVVIdA9NyNTaRvFHcZg5izLBEQBRqSROMLhqMUGq84gDv1Q44UUi2b6+IBCaIZN0u2pbT1CZI15XSWE6a2\/UqQHxCNIV1tuiCD9tgoThzLGzrtiMNb6FYjWdk+7I0YbIuU06vzpDuQnsmWyb\/AVPZpYGl6jDkx34+di4rbhcwaiO2opUgkmy2kCp5kZmJKIaPLa16HKu1Ip5sTQF4wBRbyx+U2fzQb0LK\/8fstIbUddE4B1mfQxbx290gCsLxP5tmZTAjjiyZPsNIrdUU2Em0PKdf21IPXuJFsBJ+h7uJQIDAQAB", "manifest_version": 2, "name": "Xpress Sign-On Extension(NH-XSO 7.1.2)", "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.3.1", "web_accessible_resources": [ "signon.js", "popup.html", "popup.js", "loading.gif", "images\/content-loader.GIF" ] } |