QDWExec Native messaging New
Execute method/URL Plugin for Chrome
什么是QDWExec Native messaging New?
QDWExec Native messaging New是由QSI dental web开发的Chrome扩展程序,该扩展的主要功能是“Execute method/URL Plugin for Chrome”。
扩展截图
下载QDWExec Native messaging New扩展crx文件
下载QDWExec Native messaging New扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will enable the use of the 'Function Links' feature in the QDW application.
扩展基本信息
名称 | QDWExec Native messaging New |
ID | adolmacfmnokpailbjdbiphpcljohbig |
官方URL | https://chromewebstore.google.com/detail/qdwexec-native-messaging/adolmacfmnokpailbjdbiphpcljohbig |
简介 | Execute method/URL Plugin for Chrome |
文件大小 | 7.78 KB |
安装次数 | 0 |
当前版本 | 2.0.0.1 |
更新时间 | 2022-08-07 |
上架时间 | 2022-08-06 |
开发者 | 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": "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\/*" ] } ] } |