Accops single sign-on
Send a message to a native application. And autofill user credential.
¿Qué es Accops single sign-on?
Accops single sign-on es una extensión de Chrome desarrollada por Accops, y su función principal es "Send a message to a native application. And autofill user credential.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Accops single sign-on
Descarga archivos de extensión Accops single sign-on en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Accops single sign-on |
ID | phnbnlnkoakncebejicalfkgmfjhmoin |
URL Oficial | https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin |
Descripción | Send a message to a native application. And autofill user credential. |
Tamaño del Archivo | 53.35 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 1.0.0 |
Última Actualización | 2016-12-22 |
Fecha de Publicación | 2016-12-22 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Accops |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.accops.com/ |
URL de la Página de Ayuda | http://support.accops.com/support/home |
URL de la Página de Política de Privacidad | https://www.accops.com/privacy-policy |
Idiomas Soportados | 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" ] } |