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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluezoneextension307 และคุณลักษณะหลักของมันคือ "Automate BlueZone Desktop sessions from web scripts, requires URL pattern match to be added (contact your Rocket account executive)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlueZone Extension
ดาวน์โหลดไฟล์ส่วนขยาย BlueZone Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } } |