Google Meet AutoExit
Google Meet AutoExit
Google Meet AutoExit là gì?
Google Meet AutoExit là một tiện ích mở rộng Chrome được phát triển bởi sakujo, và tính năng chính của nó là "Google Meet AutoExit".
Ả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 Google Meet AutoExit
Tải xuống các tệp mở rộng Google Meet AutoExit 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
Automatically exit a google meet meeting ****** Change-logs ***** 1.) Optimised the performance 2.) Looked after the mic activation complaints 3.) Updated for new interface of Google Meet *************************** There are two options : - 1) EXIT AT A SPECIFIC TIME : the meeting would be exited at the time specified. 2) EXIT BASED ON PARTICIPANTS the meeting would be exited when the number of participants fall below the number specified. Created by : - Lakshay Dhiman (sakujo)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
URL Chính Thức | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
Mô tả | Google Meet AutoExit |
Kích Thước Tệp | 14.62 KB |
Số Lần Cài Đặt | 1,803 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2022-01-28 |
Ngày Phát Hành | 2020-09-01 |
Đánh Giá | 4.06/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | sakujo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet AutoExit", "version": "2.1", "description": "Google Meet AutoExit", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon128.png" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |