Accops single sign-on
Send a message to a native application. And autofill user credential.
Cos'è Accops single sign-on?
Accops single sign-on è un'estensione di Chrome sviluppata da Accops, e la sua funzione principale è "Send a message to a native application. And autofill user credential.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Accops single sign-on
Scarica i file di estensione Accops single sign-on in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Accops single sign-on |
ID | phnbnlnkoakncebejicalfkgmfjhmoin |
URL Ufficiale | https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin |
Descrizione | Send a message to a native application. And autofill user credential. |
Dimensione del File | 53.35 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-12-22 |
Data di Pubblicazione | 2016-12-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Accops |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.accops.com/ |
URL della Pagina di Aiuto | http://support.accops.com/support/home |
URL della Pagina della Politica sulla Privacy | https://www.accops.com/privacy-policy |
Lingue Supportate | 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" ] } |