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”。

擴展截圖

screenshot

下載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 QDWExec Native messaging New
ID adolmacfmnokpailbjdbiphpcljohbig
官方網址 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\/*"
            ]
        }
    ]
}