QDWExec Native messaging New
Execute method/URL Plugin for Chrome
Co to jest QDWExec Native messaging New?
QDWExec Native messaging New to rozszerzenie Chrome opracowane przez QSI dental web, a jego główną funkcją jest „Execute method/URL Plugin for Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QDWExec Native messaging New
Pobierz pliki rozszerzeń QDWExec Native messaging New w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension will enable the use of the 'Function Links' feature in the QDW application.
Podstawowe informacje o rozszerzeniu
Nazwa | QDWExec Native messaging New |
ID | adolmacfmnokpailbjdbiphpcljohbig |
Oficjalny URL | https://chromewebstore.google.com/detail/qdwexec-native-messaging/adolmacfmnokpailbjdbiphpcljohbig |
Opis | Execute method/URL Plugin for Chrome |
Rozmiar pliku | 7.78 KB |
Liczba instalacji | 0 |
Aktualna Wersja | 2.0.0.1 |
Ostatnia Aktualizacja | 2022-08-07 |
Data Publikacji | 2022-08-06 |
Deweloper | QSI dental web |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.nextgen.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } ] } |