CA Identity Service
Performs logins to sites using formfill
O que é CA Identity Service?
CA Identity Service é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Performs logins to sites using formfill".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CA Identity Service
Baixe arquivos de extensão CA Identity Service 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
CA Identity Service is an identity management and single sign-on cloud service, that helps hybrid enterprises secure and simplify access to both cloud apps like Google App, Office365, Salesforce.com and AWS and existing on-premise applications. CA Identity Service: • Improves productivity with easy user provisioning and single sign-on, bringing all your apps into a unified launchpad • Empowers your business users to manage their own apps and grant access to them • Gives you a single view of your entire cloud attack surface with rich, bidirectional integrations with cloud apps Try it for free today: http://ca.com/identity-service/free-trial
Informações Básicas da Extensão
Nome | CA Identity Service |
ID | ldojlcfbpihbnipaidcjkeoddhmcendk |
URL Oficial | https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk |
Descrição | Performs logins to sites using formfill |
Tamanho do Arquivo | 20.91 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.4 |
Última Atualização | 2017-08-31 |
Data de Publicação | 2017-08-31 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | http://ca.com/identity-service |
URL da Página de Ajuda | https://communities.ca.com/community/ca-security/ca-identity-service |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CA Identity Service", "version": "1.0.4", "description": "Performs logins to sites using formfill", "background": { "page": "background.html", "persistence": false }, "manifest_version": 2, "browser_action": { "name": "CA Identity Service" }, "content_scripts": [ { "js": [ "browser-polyfill.js", "formfill.js", "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "alarms" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |