BlueZone Extension

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

What is BlueZone Extension?

BlueZone Extension is a Chrome extension developed by bluezoneextension307, and its main feature is "Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)".

Extension Screenshots

screenshot

Download BlueZone Extension Extension CRX File

Download BlueZone Extension 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

                        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.                    

Extension Basic Information

Name BlueZone Extension BlueZone Extension
ID fckcfjmkdhdehlhiackklipppmfjgckm
Official URL https://chromewebstore.google.com/detail/bluezone-extension/fckcfjmkdhdehlhiackklipppmfjgckm
Description Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)
File Size 20.17 KB
Installation Count 128
Current Version 1.5
Last Updated 2022-06-01
Publish Date 2019-09-09
Developer bluezoneextension307
Email [email protected]
Payment Type free
Supported Languages 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\/*"
        ]
    }
}