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"
}
} | |