QSI SigCapture SDK
QSI SigCapture SDK
QSI SigCapture SDKคืออะไร?
QSI SigCapture SDK เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QSI dental web และคุณลักษณะหลักของมันคือ "QSI SigCapture SDK"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QSI SigCapture SDK
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QSI SigCapture SDK |
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" ] } |