QDWExec Native messaging New
Execute method/URL Plugin for Chrome
What is QDWExec Native messaging New?
QDWExec Native messaging New is a Chrome extension developed by QSI dental web, and its main feature is "Execute method/URL Plugin for Chrome".
Extension Screenshots
Download QDWExec Native messaging New Extension CRX File
Download QDWExec Native messaging New extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will enable the use of the 'Function Links' feature in the QDW application.
Extension Basic Information
Name | QDWExec Native messaging New |
ID | adolmacfmnokpailbjdbiphpcljohbig |
Official URL | https://chromewebstore.google.com/detail/qdwexec-native-messaging/adolmacfmnokpailbjdbiphpcljohbig |
Description | Execute method/URL Plugin for Chrome |
File Size | 7.78 KB |
Installation Count | 0 |
Current Version | 2.0.0.1 |
Last Updated | 2022-08-07 |
Publish Date | 2022-08-06 |
Developer | QSI dental web |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.nextgen.com/privacy-policy |
Supported Languages | 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\/*" ] } ] } |