Auto Admit for Google Meet™
Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.
Auto Admit for Google Meet™คืออะไร?
Auto Admit for Google Meet™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://singleton-mah.blogspot.com และคุณลักษณะหลักของมันคือ "Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Admit for Google Meet™
ดาวน์โหลดไฟล์ส่วนขยาย Auto Admit for Google Meet™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When someone requests to join, a pop-up will appear on the Google Meet™ screen. Clicking on it every time is a hassle. So this extension works to automatically admit. Many other extensions click a button named "Admit". Therefore, they will not work with non-English, non-"Admit" button. This extension will automatically click the button on the "right side" of the popup. Usually the right side is the admit button. Therefore, it supports more languages. Disclaimer: This extension is not by Google, but by an independent development team. All copyrights belong to their respective owners. Google does not endorse or sponsor this Chrome extension. This extension is not owned by, licensed by, or a subsidiary of Google Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Admit for Google Meet™ |
ID | dhpmfgfmifhcipabgnbkhgkihhlnceeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-admit-for-google-mee/dhpmfgfmifhcipabgnbkhgkihhlnceeg |
คำอธิบาย | Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™. |
ขนาดไฟล์ | 29.79 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-04-02 |
วันที่เผยแพร่ | 2021-06-07 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://singleton-mah.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://singleton-mah.blogspot.com/2021/05/google-meet-auto-admit.html |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_AppName__", "manifest_version": 3, "default_locale": "en", "version": "1.1.1", "description": "__MSG_AppDesc__", "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content_script.js" ] } ] } |