EnableX Screen Sharing Extension
Extension to allow screen sharing for EnableX apps.
EnableX Screen Sharing Extensionคืออะไร?
EnableX Screen Sharing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vCloudx Inc. และคุณลักษณะหลักของมันคือ "Extension to allow screen sharing for EnableX apps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EnableX Screen Sharing Extension
ดาวน์โหลดไฟล์ส่วนขยาย EnableX Screen Sharing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
vCloudX is a VPAAS Service Provider enabling developers to build Video Application at ease using its product “EnableX”. We believe Video will be the next voice and all applications that use voice today are gradually moving to Video and there is a need to have a strong, scalable and flexible platform to build and deliver video applications in the market. EnableX is offered to our partners and customers as a Video Platform as a Service. The entire platform is built and hosted on a global public cloud ensuring the highest levels of scalability, security & flexibility. With our approach of “API First”, EnableX API’s will allow secure access to the platform for the partners to build totally customized workflows and integration into their applications. The platform is being designed to support various deployment possibilities including Public Cloud, Private Cloud, Hybrid Deployments or On Premise Setup. Features • Deployed on Fully Redundant Global Cloud Infrastructure • Secure & Encrypted Platform • Easy to use API’s for Integration with Applications • Extensive Logging & Reporting • Recording & Retrieval For more information, visit http://www.vcloudx.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EnableX Screen Sharing Extension |
ID | apedaiecomcfkjdjbnkfcdafaikkdkeo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enablex-screen-sharing-ex/apedaiecomcfkjdjbnkfcdafaikkdkeo |
คำอธิบาย | Extension to allow screen sharing for EnableX apps. |
ขนาดไฟล์ | 20.42 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 0.0.0.4 |
อัปเดตครั้งล่าสุด | 2018-09-07 |
วันที่เผยแพร่ | 2018-09-06 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | vCloudx Inc. |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "EnableX Screen Sharing Extension", "permissions": [ "desktopCapture" ], "short_name": "EnableX SSE", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.4", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing for EnableX apps.", "externally_connectable": { "matches": [ "*:\/\/*.vcloudx.com\/*", "*:\/\/*.enablex.io\/*" ] }, "icons": { "128": "vcloudx_icon_128.png", "16": "vcloudx_icon_16.png", "48": "vcloudx_icon_48.png" }, "browser_action": { "default_icon": "vcloudx_icon_16.png" } } |