QSI SigCapture SDK
QSI SigCapture SDK
什么是QSI SigCapture SDK?
QSI SigCapture SDK是由QSI dental web开发的Chrome扩展程序,该扩展的主要功能是“QSI SigCapture SDK”。
扩展截图
下载QSI SigCapture SDK扩展crx文件
下载QSI SigCapture SDK扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will enable the user to use the 'Topaz or e-pad' feature to capture the signature in the QDW application. 扩展基本信息
| 名称 | |
| ID | gllpdddcpffonkbgefpdgjdbgeaidgod |
| 官方URL | https://chromewebstore.google.com/detail/qsi-sigcapture-sdk/gllpdddcpffonkbgefpdgjdbgeaidgod |
| 简介 | QSI SigCapture SDK |
| 文件大小 | 3.68 KB |
| 安装次数 | 0 |
| 当前版本 | 2.0.0.0 |
| 更新时间 | 2022-08-04 |
| 上架时间 | 2022-08-04 |
| 开发者 | QSI dental web |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.nextgen.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QSI SigCapture SDK",
"description": "QSI SigCapture SDK",
"version": "2.0.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"https:\/\/*.qsidentalweb.com\/*",
"https:\/\/qa.qsidentalweb.com\/*",
"https:\/\/preview.qsidentalweb.com\/*",
"https:\/\/staging.qsidentalweb.com\/*",
"https:\/\/park.qsidentalweb.com\/*",
"https:\/\/app.qsidentalweb.com\/*",
"https:\/\/preview2.qsidw.com\/*"
]
},
"minimum_chrome_version": "93",
"permissions": [
"nativeMessaging"
]
} | |