Accops single sign-on

Send a message to a native application. And autofill user credential.

Accops single sign-on란 무엇입니까?

Accops single sign-on은(는) Accops에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send a message to a native application. And autofill user credential."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Accops single sign-on 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Calls Accops Native Client extension. Ask for user credential and autofill that in webpage. Accops single sign-on extension and native applications can exchange messages through Accops Native Client extension using an API that is similar to the other message passing APIs. Native applications that support this feature must register a native messaging host that knows how to communicate with the extension. Chrome starts the host in a separate process and communicates with it using standard input and standard output streams.                    

확장 프로그램 기본 정보

이름 Accops single sign-on Accops single sign-on
ID phnbnlnkoakncebejicalfkgmfjhmoin
공식 URL https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin
설명 Send a message to a native application. And autofill user credential.
파일 크기 53.35 KB
설치 횟수 16
현재 버전 1.0.0
최근 업데이트 2016-12-22
출시 날짜 2016-12-22
평점 5.00/5 총 1 개의 평점
개발자 Accops
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.accops.com/
도움말 페이지 URL http://support.accops.com/support/home
개인정보 보호 정책 페이지 URL https://www.accops.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Accops single sign-on",
    "short_name": "Accops single sign-on",
    "description": "Send a message to a native application. And autofill user credential.",
    "version": "1.0.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/sts1.mahindrafs.com\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "propalms-nativemsg-iframe-jhepmpfdpjajhggflbhkjihdcplbchef.html",
        "manifest.json"
    ]
}