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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Google Meet Attendance: Participants to CSV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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\/*"
    ]
}