Web Meeting
Start a web meeting (including video, audio, and chat) with your friends and right in your browser!
Web Meeting là gì?
Web Meeting là một tiện ích mở rộng Chrome được phát triển bởi leocompson, và tính năng chính của nó là "Start a web meeting (including video, audio, and chat) with your friends and right in your browser!".
Ả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 Web Meeting
Tải xuống các tệp mở rộng Web Meeting 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
Web Meeting extension enables you to easily make online meetings (video & audio conference with chat) in your browser. Simply write a nickname, choose a meeting name and password, and then click on the join button to create or join a meeting. If a meeting with the given name already exists, you will be joined to the existing meeting, otherwise, a new meeting room will be created with the given name. Anyone with this username and password can join the created meeting. You can change the interface template via the template button on the left toolbar. There is also a toggle button to connect or disconnect the app from the WebSocket server. Note: this extension uses WebSocket (wss://) and WebRTC (stun:stun) servers for communication between peers in the meeting. Please read this (https://mybrowseraddon.com/privacy-policy/web-meeting.html) page to get more info. If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/web-meeting.html).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Meeting |
ID | pocmbgcdpelogndeiihhflkbcigjojic |
URL Chính Thức | https://chromewebstore.google.com/detail/web-meeting/pocmbgcdpelogndeiihhflkbcigjojic |
Mô tả | Start a web meeting (including video, audio, and chat) with your friends and right in your browser! |
Kích Thước Tệp | 67.27 KB |
Số Lần Cài Đặt | 357 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2024-03-06 |
Ngày Phát Hành | 2020-09-07 |
Nhà Phát Triển | leocompson |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/web-meeting.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/web-meeting.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "name": "Web Meeting", "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/web-meeting.html", "description": "Start a web meeting (including video, audio, and chat) with your friends and right in your browser!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Web Meeting", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |