CA Identity Service

Performs logins to sites using formfill

Apa itu CA Identity Service?

CA Identity Service adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Performs logins to sites using formfill".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CA Identity Service

Unduh file ekstensi CA Identity Service dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama CA Identity Service CA Identity Service
ID ldojlcfbpihbnipaidcjkeoddhmcendk
URL Resmi https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk
Deskripsi Performs logins to sites using formfill
Ukuran File 20.91 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2017-08-31
Tanggal Publikasi 2017-08-31
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi http://ca.com/identity-service
URL Halaman Bantuan https://communities.ca.com/community/ca-security/ca-identity-service
Bahasa yang Didukung 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"
    }
}