QDWExec Native messaging New
Execute method/URL Plugin for Chrome
Cos'è QDWExec Native messaging New?
QDWExec Native messaging New è un'estensione di Chrome sviluppata da QSI dental web, e la sua funzione principale è "Execute method/URL Plugin for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QDWExec Native messaging New
Scarica i file di estensione QDWExec Native messaging New in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will enable the use of the 'Function Links' feature in the QDW application.
Informazioni di Base sull'Estensione
Nome | QDWExec Native messaging New |
ID | adolmacfmnokpailbjdbiphpcljohbig |
URL Ufficiale | https://chromewebstore.google.com/detail/qdwexec-native-messaging/adolmacfmnokpailbjdbiphpcljohbig |
Descrizione | Execute method/URL Plugin for Chrome |
Dimensione del File | 7.78 KB |
Conteggio Installazioni | 0 |
Versione Corrente | 2.0.0.1 |
Ultimo Aggiornamento | 2022-08-07 |
Data di Pubblicazione | 2022-08-06 |
Sviluppatore | QSI dental web |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.nextgen.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QDWExec Native messaging New", "description": "Execute method\/URL Plugin for Chrome", "version": "2.0.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "qsi.png" }, "content_scripts": [ { "all_frames": true, "js": [ "qsi_contentscript.js" ], "matches": [ "http:\/\/*.qsidentalweb.com\/*", "https:\/\/*.qsidentalweb.com\/*" ], "run_at": "document_start" } ], "icons": { "128": "qsi.png" }, "options_page": "options.htm", "permissions": [ "nativeMessaging" ], "host_permissions": [ "http:\/\/*.qsidentalweb.com\/*", "https:\/\/*.qsidentalweb.com\/*" ], "web_accessible_resources": [ { "resources": [ "apiscript.js" ], "matches": [ "http:\/\/*.qsidentalweb.com\/*", "https:\/\/*.qsidentalweb.com\/*" ] } ] } |