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文件

下載Accops single sign-on擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}