Accops single sign-on

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

Wat is Accops single sign-on?

Accops single sign-on is een Chrome-extensie ontwikkeld door Accops, en de belangrijkste functie is "Send a message to a native application. And autofill user credential.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Accops single sign-on

Download Accops single sign-on-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Accops single sign-on Accops single sign-on
ID phnbnlnkoakncebejicalfkgmfjhmoin
Officiële URL https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin
Beschrijving Send a message to a native application. And autofill user credential.
Bestandsgrootte 53.35 KB
Aantal Installaties 16
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-12-22
Publicatiedatum 2016-12-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Accops
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.accops.com/
Help Pagina-URL http://support.accops.com/support/home
URL van de Privacybeleid Pagina https://www.accops.com/privacy-policy
Ondersteunde Talen 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"
    ]
}