BlueZone Extension
Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)
BlueZone Extension là gì?
BlueZone Extension là một tiện ích mở rộng Chrome được phát triển bởi bluezoneextension307, và tính năng chính của nó là "Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BlueZone Extension
Tải xuống các tệp mở rộng BlueZone Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fckcfjmkdhdehlhiackklipppmfjgckm |
URL Chính Thức | https://chromewebstore.google.com/detail/bluezone-extension/fckcfjmkdhdehlhiackklipppmfjgckm |
Mô tả | Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive) |
Kích Thước Tệp | 20.17 KB |
Số Lần Cài Đặt | 128 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-06-01 |
Ngày Phát Hành | 2019-09-09 |
Nhà Phát Triển | bluezoneextension307 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |