GoWIX Multi-monitor Control

Chrom extension for GoWIX Multi-monitor Control

What is GoWIX Multi-monitor Control?

GoWIX Multi-monitor Control is a Chrome extension developed by https://smartcareworks.com, and its main feature is "Chrom extension for GoWIX Multi-monitor Control".

Extension Screenshots

screenshot
screenshot

Download GoWIX Multi-monitor Control Extension CRX File

Download GoWIX Multi-monitor Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name GoWIX Multi-monitor Control GoWIX Multi-monitor Control
ID kfcfaccgcabhlngelnehafdpcmjijddb
Official URL https://chromewebstore.google.com/detail/gowix-multi-monitor-contr/kfcfaccgcabhlngelnehafdpcmjijddb
Description Chrom extension for GoWIX Multi-monitor Control
File Size 302 KB
Installation Count 205
Current Version 10.6.4
Last Updated 2023-12-20
Publish Date 2020-08-04
Rating 5.00/5 Total 1 Ratings
Developer https://smartcareworks.com
Email [email protected]
Payment Type free
Extension Website http://smartcareworks.com
Help Page URL https://smartcareworks.atlassian.net/servicedesk/customer/portals/12
Supported Languages 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"
            ]
        }
    ]
}