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ファイルをダウンロード
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 |
Eメール | [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\/*" ] } ] } |