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
擴展基本資訊
名稱 | CA Identity Service |
ID | ldojlcfbpihbnipaidcjkeoddhmcendk |
官方網址 | 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" } } |