Accops single sign-on

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

Hvad er Accops single sign-on?

Accops single sign-on er en Chrome-udvidelse udviklet af Accops, og dens hovedfunktion er "Send a message to a native application. And autofill user credential.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Accops single sign-on-udvidelses-CRX-fil

Download Accops single sign-on-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Accops single sign-on Accops single sign-on
ID phnbnlnkoakncebejicalfkgmfjhmoin
Officiel URL https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin
Beskrivelse Send a message to a native application. And autofill user credential.
Filstørrelse 53.35 KB
Antal Installationer 16
Nuværende Version 1.0.0
Senest Opdateret 2016-12-22
Udgivelsesdato 2016-12-22
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Accops
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.accops.com/
Hjælpeside-URL http://support.accops.com/support/home
URL til Fortrolighedspolitik Side https://www.accops.com/privacy-policy
Understøttede Sprog 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"
    ]
}