Auto Meet
Continue meet with out interruptions. Accept join request effortless.
Auto Meet là gì?
Auto Meet là một tiện ích mở rộng Chrome được phát triển bởi Evagoon Inc., và tính năng chính của nó là "Continue meet with out interruptions. Accept join request effortless.".
Ả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 Auto Meet
Tải xuống các tệp mở rộng Auto 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
Focus on online meet explaining what matters the most. Install it and do not bother adding user while interrupting your meet. No need for operator to add sit and add user every time. Just install and forget. No logging, no adds, just tool that is made to ease on line meets.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto Meet |
ID | kjnngggoadpbmpbdghbbfecfkomokmif |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-meet/kjnngggoadpbmpbdghbbfecfkomokmif |
Mô tả | Continue meet with out interruptions. Accept join request effortless. |
Kích Thước Tệp | 43.83 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2022-01-26 |
Ngày Phát Hành | 2020-10-08 |
Nhà Phát Triển | Evagoon Inc. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "author": "Evagoon Inc.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Auto Meet" }, "content_scripts": [ { "js": [ "js\/hello12.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] }, { "js": [ "js\/hello2.js" ], "matches": [ "*:\/\/www.amazon.in\/*" ] }, { "js": [ "js\/hello1.js" ], "matches": [ "*:\/\/www.flipkart.com\/*" ] } ], "description": "Continue meet with out interruptions. Accept join request effortless.", "icons": { "128": "icon\/icon-128.png", "16": "icon\/icon-16.png", "48": "icon\/icon-48.png" }, "manifest_version": 2, "name": "Auto Meet", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |