BlueZone Extension

Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)

Cos'è BlueZone Extension?

BlueZone Extension è un'estensione di Chrome sviluppata da bluezoneextension307, e la sua funzione principale è "Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BlueZone Extension

Scarica i file di estensione BlueZone Extension 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

                        The BlueZone Chrome Extension enables developers to communicate with BlueZone/Rocket TE Desktop Edition sessions from web apps running in the Chrome browser. You can make calls to launch sessions, send keys to host systems, read data from the terminal screen, and more.                    

Informazioni di Base sull'Estensione

Nome BlueZone Extension BlueZone Extension
ID fckcfjmkdhdehlhiackklipppmfjgckm
URL Ufficiale https://chromewebstore.google.com/detail/bluezone-extension/fckcfjmkdhdehlhiackklipppmfjgckm
Descrizione Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)
Dimensione del File 20.17 KB
Conteggio Installazioni 128
Versione Corrente 1.5
Ultimo Aggiornamento 2022-06-01
Data di Pubblicazione 2019-09-09
Sviluppatore bluezoneextension307
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlueZone Extension",
    "description": "Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)",
    "permissions": [
        "nativeMessaging",
        "background",
        "*:\/\/www.foo.com\/*",
        "*:\/\/*.sdge.com\/*",
        "*:\/\/*.verint.com\/*",
        "*:\/\/*.arguscorporation.com\/*",
        "*:\/\/*.werkbench.com\/*",
        "*:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "version": "1.5",
    "minimum_chrome_version": "29",
    "manifest_version": 2,
    "icons": {
        "16": "bzmd16.png",
        "32": "bzmd32.png",
        "48": "bzmd48.png",
        "128": "bzmd128.png"
    },
    "page_action": {
        "16": "bzmd16.png",
        "32": "bzmd32.png",
        "48": "bzmd48.png"
    },
    "externally_connectable": {
        "ids": [
            "fckcfjmkdhdehlhiackklipppmfjgckm"
        ],
        "matches": [
            "*:\/\/www.foo.com\/*",
            "*:\/\/*.sdge.com\/*",
            "*:\/\/*.verint.com\/*",
            "*:\/\/*.arguscorporation.com\/*",
            "*:\/\/*.werkbench.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}