BlueZone Extension
Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)
BlueZone Extension क्या है?
BlueZone Extension bluezoneextension307 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BlueZone Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fckcfjmkdhdehlhiackklipppmfjgckm |
आधिकारिक URL | https://chromewebstore.google.com/detail/bluezone-extension/fckcfjmkdhdehlhiackklipppmfjgckm |
विवरण | Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive) |
फ़ाइल का आकार | 20.17 KB |
स्थापना संख्या | 128 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2022-06-01 |
प्रकाशन तिथि | 2019-09-09 |
डेवलपर | bluezoneextension307 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } } |