QDWExec Native messaging New
Execute method/URL Plugin for Chrome
QDWExec Native messaging New là gì?
QDWExec Native messaging New là một tiện ích mở rộng Chrome được phát triển bởi QSI dental web, và tính năng chính của nó là "Execute method/URL Plugin for Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng QDWExec Native messaging New
Tải xuống các tệp mở rộng QDWExec Native messaging New dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension will enable the use of the 'Function Links' feature in the QDW application.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QDWExec Native messaging New |
ID | adolmacfmnokpailbjdbiphpcljohbig |
URL Chính Thức | https://chromewebstore.google.com/detail/qdwexec-native-messaging/adolmacfmnokpailbjdbiphpcljohbig |
Mô tả | Execute method/URL Plugin for Chrome |
Kích Thước Tệp | 7.78 KB |
Số Lần Cài Đặt | 0 |
Phiên Bản Hiện Tại | 2.0.0.1 |
Cập Nhật Lần Cuối | 2022-08-07 |
Ngày Phát Hành | 2022-08-06 |
Nhà Phát Triển | QSI dental web |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.nextgen.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |