VideoMost Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with VideoMost.
VideoMost Desktop Streamer là gì?
VideoMost Desktop Streamer là một tiện ích mở rộng Chrome được phát triển bởi http://www.videomost.com, và tính năng chính của nó là "A simple extension that allows you to stream your desktop into meetings with VideoMost.".
Ả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 VideoMost Desktop Streamer
Tải xuống các tệp mở rộng VideoMost Desktop Streamer 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
A Chrome extension for Desktop Sharing in VideoMost WebRTC conference server
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cjgpkpnacafccifcgbpflchiodbechbk |
URL Chính Thức | https://chrome.google.com/webstore/detail/videomost-desktop-streame/cjgpkpnacafccifcgbpflchiodbechbk |
Mô tả | A simple extension that allows you to stream your desktop into meetings with VideoMost. |
Kích Thước Tệp | 8.01 KB |
Số Lần Cài Đặt | 507 |
Phiên Bản Hiện Tại | 25 |
Cập Nhật Lần Cuối | 2018-12-20 |
Ngày Phát Hành | 2018-12-20 |
Nhà Phát Triển | http://www.videomost.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.videomost.com/en |
URL Trang Trợ Giúp | http://www.videomost.com/en |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VideoMost Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with VideoMost.", "version": "25", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/videomost.com\/*", "*:\/\/*.videomost.com\/*", "*:\/\/*.spiritcorp.com\/*", "*:\/\/*.spiritdsp.com\/*", "*:\/\/*.rt.ru\/*", "*:\/\/*.newtel.vn\/*", "*:\/\/*.menu247.vn\/*", "*:\/\/*.vconference.in\/*", "*:\/\/*.cloudline.video\/*", "*:\/\/*.mashtab.org\/*", "*:\/\/*.tattelecom.ru\/*", "*:\/\/*.instavc.com\/*", "*:\/\/*.excitel.in\/*", "*:\/\/*.softline.com\/*", "*:\/\/*.oncloud.ru\/*", "*:\/\/*.esetrussia.ru\/*", "*:\/\/*.vniizht.ru\/*", "*:\/\/*.basealt.ru\/*", "*:\/\/*.rossoft-rtk.ru\/*", "*:\/\/*.rosprint.net\/*", "*:\/\/vm.vm\/*", "*:\/\/*.global-x.ru\/*", "*:\/\/*.depo.local\/*", "*:\/\/*.enforta.ru\/*" ] } } |