Google Meet Attendance

Save the time joined and left of all attendees with one click!

Google Meet Attendance क्या है?

Google Meet Attendance Jake Crowley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save the time joined and left of all attendees with one click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Meet Attendance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.                    

एक्सटेंशन की मूल जानकारी

नाम Google Meet Attendance Google Meet Attendance
ID ghcbncfgnbhdcjmhpoakkjojgekcejdf
आधिकारिक URL https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf
विवरण Save the time joined and left of all attendees with one click!
फ़ाइल का आकार 18.23 KB
स्थापना संख्या 40,193
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2020-07-12
प्रकाशन तिथि 2020-05-13
रेटिंग 3.92/5 कुल 50 रेटिंग्स
डेवलपर Jake Crowley
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://jakecrowley.github.io/googlemeetattendance/privacy.html
गोपनीयता नीति पृष्ठ URL https://jakecrowley.github.io/googlemeetattendance/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Attendance",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Save the time joined and left of all attendees with one click!",
    "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Instructions Popup",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/meet.google.com\/*"
    ]
}