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™.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Auto Admit for Google Meet™

قم بتنزيل ملفات الامتداد Auto Admit for Google Meet™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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