CA Identity Service

Performs logins to sites using formfill

Co je CA Identity Service?

CA Identity Service je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Performs logins to sites using formfill“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CA Identity Service

Stáhněte si soubory rozšíření CA Identity Service ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název CA Identity Service CA Identity Service
ID ldojlcfbpihbnipaidcjkeoddhmcendk
Oficiální URL https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk
Popis Performs logins to sites using formfill
Velikost souboru 20.91 KB
Počet instalací 21
Aktuální Verze 1.0.4
Poslední Aktualizace 2017-08-31
Datum Vydání 2017-08-31
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření http://ca.com/identity-service
URL Stránky Nápovědy https://communities.ca.com/community/ca-security/ca-identity-service
Podporované Jazyky 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"
    }
}