CA Identity Service

Performs logins to sites using formfill

Qu'est-ce que CA Identity Service ?

CA Identity Service est une extension Chrome développée par Unknown, et sa fonction principale est "Performs logins to sites using formfill".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CA Identity Service

Téléchargez les fichiers d'extension CA Identity Service au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CA Identity Service CA Identity Service
ID ldojlcfbpihbnipaidcjkeoddhmcendk
URL Officiel https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk
Description Performs logins to sites using formfill
Taille du Fichier 20.91 KB
Nombre d'Installations 21
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-08-31
Date de Publication 2017-08-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://ca.com/identity-service
URL de la Page d'Aide https://communities.ca.com/community/ca-security/ca-identity-service
Langues Prises en Charge 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"
    }
}