Google meet attendance downloader & autoadmit

This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.

ما هو Google meet attendance downloader & autoadmit؟

Google meet attendance downloader & autoadmit هو إضافة Chrome تم تطويرها بواسطة Md Waqar، والميزة الرئيسية لها هي "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Google meet attendance downloader & autoadmit

قم بتنزيل ملفات الامتداد Google meet attendance downloader & autoadmit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.                    

معلومات أساسية عن التمديد

الاسم Google meet attendance downloader & autoadmit Google meet attendance downloader & autoadmit
ID aooohipcpangghmcpkjhcolnagaihglj
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj
الوصف This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
حجم الملف 23.88 KB
عدد التثبيتات 533
النسخة الحالية 0.0.5
آخر تحديث 2021-07-06
تاريخ النشر 2021-03-05
تقييم 4.80/5 مجموع تقييمات 5
المطور Md Waqar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google meet attendance downloader & autoadmit",
    "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.",
    "version": "0.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Google meet attendance downloader & autoadmit",
        "default_icon": "logo.png"
    }
}