Google Classroom Suite
Attendance, Student view
Google Classroom Suite क्या है?
Google Classroom Suite Kenoli Systems द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Attendance, Student view"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Classroom Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With the global pandemic, many teachers have been pushed to the online world. While the online world presents a large number of opportunities, it just isn’t the same as what we were used to. It presents challenges, some of which Google Classroom Suite aims to make easier. Attendance taking has been made easier by automatically recording your students in Google Meet. This record is saved on a Google Sheet in a folder in your Google Drive. Get information on your assignments for respective courses easily, and be able to check your contacts at a glance. More features are on the way. To find out more about the application and get in contact with us, please check this Classroom Forum Page https://support.google.com/edu/classroom/thread/63015671?hl=en Currently focusing on making it easier to share links as announcements or posts, create assignments and view student submissions, marks and attendance. Adding the ability to look at students scores, for a particular assignment. This will make it easier for you to focus on students, and see where they are falling behind. If you wish to suggest a feature or have something in mind that would improve the extension please click on the above link. v1.0.8 - What's New! -> General Bug Fixes -> Optimised Extension -> Removed Contacts Tab Temporarily - Students Tab to replace it soon
एक्सटेंशन की मूल जानकारी
नाम | Google Classroom Suite |
ID | nlplighifcffggibcniobplggfggphia |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-classroom-suite/nlplighifcffggibcniobplggfggphia |
विवरण | Attendance, Student view |
फ़ाइल का आकार | 428 KB |
स्थापना संख्या | 3,170 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2020-09-10 |
प्रकाशन तिथि | 2020-07-15 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | Kenoli Systems |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://drive.google.com/file/d/1ZNTAj9GD1kklz9kg3h4BsBt1lcnIjwZG/view?usp=sharing |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Classroom Suite", "version": "1.0.8", "description": "Attendance, Student view", "manifest_version": 2, "oauth2": { "client_id": "1091052827710-aq7qi5oq1sbv8iuidmuuar4l13bip7r4.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly", "https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly", "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students.readonly" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApmPjm+FhrKYmjjQCQabK6dhHufbxU6fzrSfrie9WIBUqA+RC2NtdyUzdZqMhdSio+v8Wmq6mzufdQsEIGsG8gRkvIPJhInsCC30IrwrL1eYGu+ElfjIJQzbbQRhzEfj4hcXkuEI\/EKMNIQkTL+SyZwKDtBS9SdO5MJcm2NIlrlkc9CGeaMwYPM2M2FaF\/IY9H1hJIYN\/eMXaX3EbLlyYnMIaVOdMPOe8UGnlkMYi7yGNP91jt9bMAhUbYtmROlUKDJEa99vEQRN0yZ\/T2xbdwQ+k8L9HNMIVw8cKtZJOIzhKSvaOZlFbnlnznub+Lm1P5lOPcIWxDZbpOVHr+z9gXwIDAQAB", "browser_action": { "default_title": "Classroom View", "default_popup": ".\/popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ "contentScripts.js" ], "css": [ "contentScripts.css" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "options_ui": { "chrome_style": false, "page": ".\/options.html" }, "permissions": [ "identity", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'" } |