Google Meet Auto Admit

Automatically admit join requests from external guests to Google Meet

Google Meet Auto Admitคืออะไร?

Google Meet Auto Admit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Automatically admit join requests from external guests to Google Meet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Auto Admit

ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Auto Admit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically click the "Admit" button when a join request comes in from external guests. Please disable the extension in chrome://extensions when you want to disable the behavior.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Meet Auto Admit Google Meet Auto Admit
ID himoglbojlbloilekjcohhfakhjcibnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-auto-admit/himoglbojlbloilekjcohhfakhjcibnj
คำอธิบาย Automatically admit join requests from external guests to Google Meet
ขนาดไฟล์ 9.71 KB
จำนวนการติดตั้ง 93,694
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2022-03-17
วันที่เผยแพร่ 2020-06-03
คะแนน 3.13/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา [email protected]
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Auto Admit",
    "manifest_version": 3,
    "version": "0.7",
    "description": "Automatically admit join requests from external guests to Google Meet",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}