GoWIX Multi-monitor Control

Chrom extension for GoWIX Multi-monitor Control

GoWIX Multi-monitor Controlคืออะไร?

GoWIX Multi-monitor Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartcareworks.com และคุณลักษณะหลักของมันคือ "Chrom extension for GoWIX Multi-monitor Control"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoWIX Multi-monitor Control

ดาวน์โหลดไฟล์ส่วนขยาย GoWIX Multi-monitor Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SmartCareworks Inc. GoWIX | GoCDSS is the most innovative Web PACS in the world. This extensions is developed for users having multi-monitors system.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GoWIX Multi-monitor Control GoWIX Multi-monitor Control
ID kfcfaccgcabhlngelnehafdpcmjijddb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gowix-multi-monitor-contr/kfcfaccgcabhlngelnehafdpcmjijddb
คำอธิบาย Chrom extension for GoWIX Multi-monitor Control
ขนาดไฟล์ 302 KB
จำนวนการติดตั้ง 205
เวอร์ชันปัจจุบัน 10.6.4
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2020-08-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://smartcareworks.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://smartcareworks.com
URL หน้าช่วยเหลือ https://smartcareworks.atlassian.net/servicedesk/customer/portals/12
ภาษาที่รองรับ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoWIX Multi-monitor Control",
    "version": "10.6.4",
    "description": "Chrom extension for GoWIX Multi-monitor Control",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "system.display",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentScript.js"
            ]
        }
    ]
}