CA Identity Service
Performs logins to sites using formfill
Cos'è CA Identity Service?
CA Identity Service è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Performs logins to sites using formfill".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CA Identity Service
Scarica i file di estensione CA Identity Service 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
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
Informazioni di Base sull'Estensione
Nome | CA Identity Service |
ID | ldojlcfbpihbnipaidcjkeoddhmcendk |
URL Ufficiale | https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk |
Descrizione | Performs logins to sites using formfill |
Dimensione del File | 20.91 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-08-31 |
Data di Pubblicazione | 2017-08-31 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ca.com/identity-service |
URL della Pagina di Aiuto | https://communities.ca.com/community/ca-security/ca-identity-service |
Lingue Supportate | 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" } } |