CA Identity Service

Performs logins to sites using formfill

CA Identity Service là gì?

CA Identity Service là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Performs logins to sites using formfill".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CA Identity Service

Tải xuống các tệp mở rộng CA Identity Service dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CA Identity Service CA Identity Service
ID ldojlcfbpihbnipaidcjkeoddhmcendk
URL Chính Thức https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk
Mô tả Performs logins to sites using formfill
Kích Thước Tệp 20.91 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-08-31
Ngày Phát Hành 2017-08-31
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://ca.com/identity-service
URL Trang Trợ Giúp https://communities.ca.com/community/ca-security/ca-identity-service
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}