CA Identity Service

Performs logins to sites using formfill

¿Qué es CA Identity Service?

CA Identity Service es una extensión de Chrome desarrollada por Unknown, y su función principal es "Performs logins to sites using formfill".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CA Identity Service

Descarga archivos de extensión CA Identity Service 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

                        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                    

Información Básica de la Extensión

Nombre CA Identity Service CA Identity Service
ID ldojlcfbpihbnipaidcjkeoddhmcendk
URL Oficial https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk
Descripción Performs logins to sites using formfill
Tamaño del Archivo 20.91 KB
Cantidad de Instalaciones 21
Versión Actual 1.0.4
Última Actualización 2017-08-31
Fecha de Publicación 2017-08-31
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión http://ca.com/identity-service
URL de la Página de Ayuda https://communities.ca.com/community/ca-security/ca-identity-service
Idiomas Soportados 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"
    }
}