QDWExec Native messaging New

Execute method/URL Plugin for Chrome

QDWExec Native messaging Newคืออะไร?

QDWExec Native messaging New เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QSI dental web และคุณลักษณะหลักของมันคือ "Execute method/URL Plugin for Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QDWExec Native messaging New

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
            ]
        }
    ]
}