CA Identity Service
Performs logins to sites using formfill
CA Identity Serviceとは何ですか?
CA Identity ServiceはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Performs logins to sites using formfill」です。
拡張機能のスクリーンショット
CA Identity Service拡張機能のCRXファイルをダウンロード
CA Identity Service拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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                     拡張機能の基本情報
| 名前 |   |  
| ID | ldojlcfbpihbnipaidcjkeoddhmcendk | 
| 公式URL | https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk | 
| 説明 | Performs logins to sites using formfill | 
| ファイルサイズ | 20.91 KB | 
| インストール数 | 21 | 
| 現在のバージョン | 1.0.4 | 
| 最終更新日 | 2017-08-31 | 
| 公開日 | 2017-08-31 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | Unknown | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://ca.com/identity-service | 
| ヘルプページのURL | https://communities.ca.com/community/ca-security/ca-identity-service | 
| 対応言語 | 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"
    }
}  |  |