QSI SigCapture SDK

QSI SigCapture SDK

Qu'est-ce que QSI SigCapture SDK ?

QSI SigCapture SDK est une extension Chrome développée par QSI dental web, et sa fonction principale est "QSI SigCapture SDK".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QSI SigCapture SDK

Téléchargez les fichiers d'extension QSI SigCapture SDK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension will enable the user to use the 'Topaz or e-pad' feature to capture the signature in the QDW application.                    

Informations de Base sur l'Extension

Nom QSI SigCapture SDK QSI SigCapture SDK
ID gllpdddcpffonkbgefpdgjdbgeaidgod
URL Officiel https://chromewebstore.google.com/detail/qsi-sigcapture-sdk/gllpdddcpffonkbgefpdgjdbgeaidgod
Description QSI SigCapture SDK
Taille du Fichier 3.68 KB
Nombre d'Installations 0
Version Actuelle 2.0.0.0
Dernière Mise à Jour 2022-08-04
Date de Publication 2022-08-04
Développeur QSI dental web
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.nextgen.com/privacy-policy
Langues Prises en Charge 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"
    ]
}