Sleep In Google Meet
Help user sleep during Google Meet
Sleep In Google Meet là gì?
Sleep In Google Meet là một tiện ích mở rộng Chrome được phát triển bởi aln0071, và tính năng chính của nó là "Help user sleep during Google Meet".
Ả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 Sleep In Google Meet
Tải xuống các tệp mở rộng Sleep In Google Meet 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
Auto cut Google Meet if number of attendees go below the limit set by user. Manages the meet even if the user sleeps during the call :D. For using this extension, start or join a Google Meet, and then open this extension to set the limit. Note: Number of attendees is the number of people in the meet excluding you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sleep In Google Meet |
ID | ndbljakpfcbaanipholeejgcpajnbjmf |
URL Chính Thức | https://chromewebstore.google.com/detail/sleep-in-google-meet/ndbljakpfcbaanipholeejgcpajnbjmf |
Mô tả | Help user sleep during Google Meet |
Kích Thước Tệp | 45.51 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-06-15 |
Ngày Phát Hành | 2021-04-30 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | aln0071 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://aln0071.github.io/ |
URL Trang Trợ Giúp | https://aln0071.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sleep In Google Meet", "version": "1.2", "description": "Help user sleep during Google Meet", "permissions": [ "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/meet-unavailable.png", "default_popup": "popup.html" }, "author": "Alan Kuriakose", "homepage_url": "https:\/\/aln0071.github.io\/", "manifest_version": 2 } |