whereby.com/appear.in meeting room helper
Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).
whereby.com/appear.in meeting room helper là gì?
whereby.com/appear.in meeting room helper là một tiện ích mở rộng Chrome được phát triển bởi Treffynnon, và tính năng chính của nó là "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).".
Ả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 whereby.com/appear.in meeting room helper
Tải xuống các tệp mở rộng whereby.com/appear.in meeting room helper 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
For users of the whereby.com (previously appear.in) service to make it possible to enter rooms muted with video off and using multiple meeting rooms easier. * Allows you to configure defaults when entering a room * Camera off * Muted audio * Apply those defaults to all meeting room links that you open/follow automatically * Keep a list of links to your favourite meeting rooms NOTE: that this is not an official appear.in extension and it is maintained by an independent developer. Icon made by Freepik from www.flaticon.com Source code for this extension is provided under the Apache-2.0 licence over at https://github.com/treffynnon/whereby-com-helper-browser-extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | whereby.com/appear.in meeting room helper |
ID | kamcahcpkdbdhphbnhblmcgemhbhbohm |
URL Chính Thức | https://chromewebstore.google.com/detail/wherebycomappearin-meetin/kamcahcpkdbdhphbnhblmcgemhbhbohm |
Mô tả | Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable). |
Kích Thước Tệp | 31.12 KB |
Số Lần Cài Đặt | 1,816 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2019-08-21 |
Ngày Phát Hành | 2019-08-21 |
Đánh Giá | 4.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Treffynnon |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/treffynnon/whereby-com-helper-browser-extension |
URL Trang Trợ Giúp | https://github.com/treffynnon/whereby-com-helper-browser-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whereby.com\/appear.in meeting room helper", "description": "Auto enter whereby.com (previously appear.in) meetings muted and cam off (configurable).", "version": "1.2.2", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/96.png" }, "browser_action": { "default_icon": "icons\/19.png", "default_popup": "popup\/index.html", "default_title": "whereby.com (previously appear.in) meeting room helper" }, "content_scripts": [ { "matches": [ "https:\/\/whereby.com\/*", "https:\/\/appear.in\/*" ], "js": [ "js\/vendor.js", "js\/index.js" ] } ], "options_ui": { "page": "options\/index.html", "chrome_style": true }, "permissions": [ "storage" ] } |