JetWebinar Screen Sharing
This extension enables JetWebinar broadcasters to share their screen
JetWebinar Screen Sharing là gì?
JetWebinar Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://jetwebinar.com, và tính năng chính của nó là "This extension enables JetWebinar broadcasters to share their screen".
Ả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 JetWebinar Screen Sharing
Tải xuống các tệp mở rộng JetWebinar Screen Sharing 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
JetWebinar is a real-time live and simulated live webinar hosting platform. This is the Screen Sharing plugin, which allows webinar hosts to share their desktops in real-time in Chrome.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JetWebinar Screen Sharing |
ID | elpoagpgipenhjnfgljbnacmgeihhhdm |
URL Chính Thức | https://chromewebstore.google.com/detail/jetwebinar-screen-sharing/elpoagpgipenhjnfgljbnacmgeihhhdm |
Mô tả | This extension enables JetWebinar broadcasters to share their screen |
Kích Thước Tệp | 23.19 KB |
Số Lần Cài Đặt | 2,839 |
Phiên Bản Hiện Tại | 2019.9.16 |
Cập Nhật Lần Cuối | 2019-09-16 |
Ngày Phát Hành | 2019-09-16 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://jetwebinar.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,en-GB,en-US,fr,nl,es,es-419,hu,ru,uk,iw,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "2019.9.16", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "jw-16.png", "32": "jw-32.png", "48": "jw-48.png", "128": "jw-128.png" }, "author": "JetWebinar, Inc.", "background": { "scripts": [ "screenSharing.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/phenixp2p.com\/*", "*:\/\/*.phenixp2p.com\/*", "*:\/\/phenixrts.com\/*", "*:\/\/*.phenixrts.com\/*", "*:\/\/*.jetwebinar.com\/*", "*:\/\/*.onlinecoachinggroup.com\/*" ] }, "homepage_url": "https:\/\/www.jetwebinar.com\/", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "short_name": "__MSG_extShortName__" } |