Accops single sign-on
Send a message to a native application. And autofill user credential.
O que é Accops single sign-on?
Accops single sign-on é uma extensão do Chrome desenvolvida por Accops, e sua principal característica é "Send a message to a native application. And autofill user credential.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Accops single sign-on
Baixe arquivos de extensão Accops single sign-on no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Accops single sign-on |
ID | phnbnlnkoakncebejicalfkgmfjhmoin |
URL Oficial | https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin |
Descrição | Send a message to a native application. And autofill user credential. |
Tamanho do Arquivo | 53.35 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-12-22 |
Data de Publicação | 2016-12-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Accops |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.accops.com/ |
URL da Página de Ajuda | http://support.accops.com/support/home |
URL da Página de Política de Privacidade | https://www.accops.com/privacy-policy |
Idiomas Suportados | 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" ] } |