QDWExec Native messaging New
Execute method/URL Plugin for Chrome
O que é QDWExec Native messaging New?
QDWExec Native messaging New é uma extensão do Chrome desenvolvida por QSI dental web, e sua principal característica é "Execute method/URL Plugin for Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QDWExec Native messaging New
Baixe arquivos de extensão QDWExec Native messaging New no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension will enable the use of the 'Function Links' feature in the QDW application.
Informações Básicas da Extensão
Nome | QDWExec Native messaging New |
ID | adolmacfmnokpailbjdbiphpcljohbig |
URL Oficial | https://chromewebstore.google.com/detail/qdwexec-native-messaging/adolmacfmnokpailbjdbiphpcljohbig |
Descrição | Execute method/URL Plugin for Chrome |
Tamanho do Arquivo | 7.78 KB |
Contagem de Instalações | 0 |
Versão Atual | 2.0.0.1 |
Última Atualização | 2022-08-07 |
Data de Publicação | 2022-08-06 |
Desenvolvedor | QSI dental web |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.nextgen.com/privacy-policy |
Idiomas Suportados | 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\/*" ] } ] } |