GoWIX Multi-monitor Control

Chrom extension for GoWIX Multi-monitor Control

Cos'è GoWIX Multi-monitor Control?

GoWIX Multi-monitor Control è un'estensione di Chrome sviluppata da https://smartcareworks.com, e la sua funzione principale è "Chrom extension for GoWIX Multi-monitor Control".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GoWIX Multi-monitor Control

Scarica i file di estensione GoWIX Multi-monitor Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GoWIX Multi-monitor Control GoWIX Multi-monitor Control
ID kfcfaccgcabhlngelnehafdpcmjijddb
URL Ufficiale https://chromewebstore.google.com/detail/gowix-multi-monitor-contr/kfcfaccgcabhlngelnehafdpcmjijddb
Descrizione Chrom extension for GoWIX Multi-monitor Control
Dimensione del File 302 KB
Conteggio Installazioni 205
Versione Corrente 10.6.4
Ultimo Aggiornamento 2023-12-20
Data di Pubblicazione 2020-08-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://smartcareworks.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://smartcareworks.com
URL della Pagina di Aiuto https://smartcareworks.atlassian.net/servicedesk/customer/portals/12
Lingue Supportate 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"
            ]
        }
    ]
}