Xpress Sign-On Extension(JSW-XSO 7.0)

This extension acts as a Form fill and password manager.

Xpress Sign-On Extension(JSW-XSO 7.0)란 무엇입니까?

Xpress Sign-On Extension(JSW-XSO 7.0)은(는) Ilantus Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension acts as a Form fill and password manager."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Xpress Sign-On Extension(JSW-XSO 7.0) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension acts as a Form fill and password manager for Single Sign On requirements. The extension belongs to JSW Production environment

JSW Production 
URL - https://sso.jsw.in
version - 7.3
Published on - 19-NOV-2020                    

확장 프로그램 기본 정보

이름 Xpress Sign-On Extension(JSW-XSO 7.0) Xpress Sign-On Extension(JSW-XSO 7.0)
ID paojnnpimjmgppnibpnphlkoeomcfffn
공식 URL https://chromewebstore.google.com/detail/xpress-sign-on-extensionj/paojnnpimjmgppnibpnphlkoeomcfffn
설명 This extension acts as a Form fill and password manager.
파일 크기 166 KB
설치 횟수 8,264
현재 버전 7.3
최근 업데이트 2020-11-20
출시 날짜 2019-02-16
평점 3.75/5 총 8 개의 평점
개발자 Ilantus Technologies
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ilantus.com
도움말 페이지 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"
    },
    "manifest_version": 2,
    "name": "Xpress Sign-On Extension(JSW-XSO 7.0)",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.3",
    "web_accessible_resources": [
        "signon.js",
        "popup.html",
        "popup.js",
        "loading.gif",
        "images\/content-loader.GIF"
    ]
}