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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}