Google Meet Attendance: Participants to CSV

Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI

ما هو Google Meet Attendance: Participants to CSV؟

Google Meet Attendance: Participants to CSV هو إضافة Chrome تم تطويرها بواسطة https://nikjos.in، والميزة الرئيسية لها هي "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Google Meet Attendance: Participants to CSV

قم بتنزيل ملفات الامتداد Google Meet Attendance: Participants to CSV بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        An easy to use extension for instantly saving the names of your meeting participants to a CSV file. 
It doesn't change your meet window in any way so it assures you an uninterrupted meeting while the extension can be used anytime.

WORKS WITH THE NEW GOOGLE MEET INTERFACE                    

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

الاسم Google Meet Attendance: Participants to CSV Google Meet Attendance: Participants to CSV
ID ojekneoedmekheoagiblbpdanchcoaoo
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo
الوصف Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
حجم الملف 23.03 KB
عدد التثبيتات 715
النسخة الحالية 0.0.4
آخر تحديث 2022-08-30
تاريخ النشر 2021-06-25
تقييم 4.75/5 مجموع تقييمات 4
المطور https://nikjos.in
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://meet-attendance.nikjos.in/
عنوان صفحة المساعدة https://meet-attendance.nikjos.in/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance: Participants to CSV",
    "homepage_url": "https:\/\/meet-attendance.nikjos.in\/",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/meet.google.com\/*"
    ]
}