QDWExec Native messaging New
Execute method/URL Plugin for Chrome
Что такое QDWExec Native messaging New?
QDWExec Native messaging New - это расширение Chrome, разработанное QSI dental web, и его основная функция - "Execute method/URL Plugin for Chrome".
Снимки экрана расширения
Скачать файл CRX расширения QDWExec Native messaging New
Скачайте файлы расширений 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\/*" ] } ] } |