Zoom Happy Hour
Host a Happy Hour on Zoom
Zoom Happy Hour là gì?
Zoom Happy Hour là một tiện ích mở rộng Chrome được phát triển bởi zzany1, và tính năng chính của nó là "Host a Happy Hour on Zoom".
Ả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 Zoom Happy Hour
Tải xuống các tệp mở rộng Zoom Happy Hour 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
Have you found hosting happy hours on zoom stilted? Are you annoyed that only one person can talk? Zoom happy hours lack the ability for people to break off into smaller groups... until now! This extension automates the use of Zoom's native breakout rooms to help your organization host a happy hour. Just host a Zoom meeting in Chrome, click the app icon, then click start! Then guests can just type the number of the room they wish to enter and they will be added automatically.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dldmmhpjponjbafbelibpejapglhoiom |
URL Chính Thức | https://chrome.google.com/webstore/detail/zoom-happy-hour/dldmmhpjponjbafbelibpejapglhoiom |
Mô tả | Host a Happy Hour on Zoom |
Kích Thước Tệp | 90.58 KB |
Số Lần Cài Đặt | 216 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2020-03-29 |
Ngày Phát Hành | 2020-03-29 |
Nhà Phát Triển | zzany1 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zoom Happy Hour", "version": "0.0.0.1", "description": "Host a Happy Hour on Zoom", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/beer16.png", "32": "images\/beer32.png", "48": "images\/beer48.png", "128": "images\/beer128.png" } }, "options_page": "options.html", "icons": { "16": "images\/beer16.png", "32": "images\/beer32.png", "48": "images\/beer48.png", "128": "images\/beer128.png" }, "manifest_version": 2 } |