Accops single sign-on

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

What is Accops single sign-on?

Accops single sign-on is a Chrome extension developed by Accops, and its main feature is "Send a message to a native application. And autofill user credential.".

Extension Screenshots

screenshot
screenshot

Download Accops single sign-on Extension CRX File

Download Accops single sign-on extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Accops single sign-on Accops single sign-on
ID phnbnlnkoakncebejicalfkgmfjhmoin
Official URL https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin
Description Send a message to a native application. And autofill user credential.
File Size 53.35 KB
Installation Count 16
Current Version 1.0.0
Last Updated 2016-12-22
Publish Date 2016-12-22
Rating 5.00/5 Total 1 Ratings
Developer Accops
Email [email protected]
Payment Type free
Extension Website http://www.accops.com/
Help Page URL http://support.accops.com/support/home
Privacy Policy Page URL https://www.accops.com/privacy-policy
Supported Languages 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"
    ]
}