Meet Attendance List
Monitor who attendant your class and meeting!
Meet Attendance List क्या है?
Meet Attendance List H_reugo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor who attendant your class and meeting!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Meet Attendance List एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
GOOGLE MEET ATTENDANCE LIST A Google Chrome extension that saves the list of people present in a Google Meet call at a particular time. FEATURES - Have multiple classes, each with its own attendance list - Create / Edit / Delete classes - Export attendance as CSV file - Modern UI, easy to use
एक्सटेंशन की मूल जानकारी
नाम | Meet Attendance List |
ID | opkclbdjfkagpgoflleeeklgljfgfglk |
आधिकारिक URL | https://chromewebstore.google.com/detail/meet-attendance-list/opkclbdjfkagpgoflleeeklgljfgfglk |
विवरण | Monitor who attendant your class and meeting! |
फ़ाइल का आकार | 606 KB |
स्थापना संख्या | 2,360 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2024-02-06 |
प्रकाशन तिथि | 2021-01-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | H_reugo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/Hereugo |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meet Attendance List", "description": "Monitor who attendant your class and meeting!", "version": "2.0.0", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": ".\/service_worker.js" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "Meet Attendance List" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "js\/utils.js", "js\/inject.js", "images\/defaultAvatar.png" ], "matches": [ " |