G-Meet Auto Join
Automatically join G-Meet meetings !
G-Meet Auto Join là gì?
G-Meet Auto Join là một tiện ích mở rộng Chrome được phát triển bởi Prakhar Gurunani, và tính năng chính của nó là "Automatically join G-Meet meetings !".
Ả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 G-Meet Auto Join
Tải xuống các tệp mở rộng G-Meet Auto Join 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
Who the hell loves attending 8 A.M classes ? Someone else can do this job more efficiently. Just save the meeting specifics (URL, time, duration...). The extension enters the meeting automatically, with audio and video turned off. It departs the meeting and closes the tab when the user-specified duration is achieved. Because this is a reoccurring event, the user will not have to save the meeting information every week. Note - The extension will not work if the browser is closed (basically true for all extensions). Atleast one browser window needs to remain open for the extension to work correctly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | G-Meet Auto Join |
ID | fmnjbaiongfjhonkncinpegdeamhmbpo |
URL Chính Thức | https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo |
Mô tả | Automatically join G-Meet meetings ! |
Kích Thước Tệp | 108 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-08-25 |
Ngày Phát Hành | 2022-01-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Prakhar Gurunani |
[email protected] | |
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", "manifest_version": 3, "name": "G-Meet Auto Join", "description": "Automatically join G-Meet meetings !", "version": "1.0.1", "background": { "service_worker": "js\/background.js" }, "permissions": [ "alarms", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "html\/popup.html" } } |