Google Meet Attendance
Save the time joined and left of all attendees with one click!
Google Meet Attendance क्या है?
Google Meet Attendance Vinamr Bajaj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save the time joined and left of all attendees with one click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Meet Attendance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save the time joined and left of all attendees with one click! Enabling one click attendance for your google meet class.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | mjjngncbeabeggcnjogcnaifjbkmbaap |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mjjngncbeabeggcnjogcnaifjbkmbaap |
विवरण | Save the time joined and left of all attendees with one click! |
फ़ाइल का आकार | 44.35 KB |
स्थापना संख्या | 1,296 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-08-17 |
प्रकाशन तिथि | 2020-08-17 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Vinamr Bajaj |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://axios-iiitl.github.io/ |
गोपनीयता नीति पृष्ठ URL | https://www.privacypolicygenerator.info/live.php?token=k4tmrYbNERt4qxs0aARigm3R34l7HCk7 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.1", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/bajajvinamr\/Click2attendance", "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\/*" ] } |