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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } } |