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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |