Accops single sign-on
Send a message to a native application. And autofill user credential.
什么是Accops single sign-on?
Accops single sign-on是由Accops开发的Chrome扩展程序,该扩展的主要功能是“Send a message to a native application. And autofill user credential.”。
扩展截图
下载Accops single sign-on扩展crx文件
下载Accops single sign-on扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calls Accops Native Client extension. Ask for user credential and autofill that in webpage. Accops single sign-on extension and native applications can exchange messages through Accops Native Client extension using an API that is similar to the other message passing APIs. Native applications that support this feature must register a native messaging host that knows how to communicate with the extension. Chrome starts the host in a separate process and communicates with it using standard input and standard output streams.
扩展基本信息
名称 | Accops single sign-on |
ID | phnbnlnkoakncebejicalfkgmfjhmoin |
官方URL | https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin |
简介 | Send a message to a native application. And autofill user credential. |
文件大小 | 53.35 KB |
安装次数 | 16 |
当前版本 | 1.0.0 |
更新时间 | 2016-12-22 |
上架时间 | 2016-12-22 |
评分 | 5.00/5 共1次评分 |
开发者 | Accops |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.accops.com/ |
帮助页面URL | http://support.accops.com/support/home |
隐私政策页面URL | https://www.accops.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accops single sign-on", "short_name": "Accops single sign-on", "description": "Send a message to a native application. And autofill user credential.", "version": "1.0.0", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/sts1.mahindrafs.com\/*" ], "js": [ "jquery-1.12.1.min.js", "script.js" ] } ], "web_accessible_resources": [ "propalms-nativemsg-iframe-jhepmpfdpjajhggflbhkjihdcplbchef.html", "manifest.json" ] } |