Auto Admit
Auto Admit
Auto Admit là gì?
Auto Admit là một tiện ích mở rộng Chrome được phát triển bởi foojw.dev, và tính năng chính của nó là "Auto Admit".
Ả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 Admit
Tải xuống các tệp mở rộng Auto Admit 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 Admit Chrome Extension for Google Meet: - ONLY support Chinese traditional and English! If you need any other languages supported, please contact me. - Make sure that your browser and google meet UI are both set to ZH-TW/EN - When you started a meeting, the extension generates a button in the bottom bar. - You could use the button to toggle auto admit on/off. - When the button turn blue, Auto admit is on. - You can also click on the extension icon to toggle it on/off. - This extension only works when you keep the Google Meet tab opened.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto Admit |
ID | aaafaichkdancmiadaonoglfjeodjkik |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-admit/aaafaichkdancmiadaonoglfjeodjkik |
Mô tả | Auto Admit |
Kích Thước Tệp | 165 KB |
Số Lần Cài Đặt | 3,613 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2021-06-11 |
Ngày Phát Hành | 2021-06-06 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | foojw.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fjwntut.github.io/auto-admit-extension/ |
Ngôn Ngữ Được Hỗ Trợ | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appName__", "version": "2.1.1", "manifest_version": 2, "default_locale": "en", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "res\/icons\/icon-128.png", "16": "res\/icons\/icon-16.png", "32": "res\/icons\/icon-32.png", "48": "res\/icons\/icon-48.png" } }, "icons": { "128": "res\/icons\/icon-128.png", "16": "res\/icons\/icon-16.png", "32": "res\/icons\/icon-32.png", "48": "res\/icons\/icon-48.png" }, "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "js\/content_script.js" ] } ], "web_accessible_resources": [ "res\/button-off.png", "res\/button-on.png", "res\/btn.css" ] } |