Google Classroom Change User
Switch Google Classroom user automatically depending on who has access
Google Classroom Change User क्या है?
Google Classroom Change User Daniel & Emrik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch Google Classroom user automatically depending on who has access"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Classroom Change User एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Changes between user 0 and user 1 automatically depending on who has access to that classroom. No more editing the URL from /u/0 to /u/1 Source code is available here: https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User
एक्सटेंशन की मूल जानकारी
नाम | Google Classroom Change User |
ID | lfnkpgkecmhbaahideedmdblmbfghmog |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-classroom-change-u/lfnkpgkecmhbaahideedmdblmbfghmog |
विवरण | Switch Google Classroom user automatically depending on who has access |
फ़ाइल का आकार | 19.87 KB |
स्थापना संख्या | 380 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2021-07-03 |
प्रकाशन तिथि | 2021-07-02 |
डेवलपर | Daniel & Emrik |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User |
गोपनीयता नीति पृष्ठ URL | https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "content_scripts": [ { "all_frames": false, "js": [ "js\/ChangeClassroom.user.js" ], "matches": [ "https:\/\/classroom.google.com\/*" ], "run_at": "document_idle" } ], "description": "Switch Google Classroom user automatically depending on who has access", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png" }, "manifest_version": 2, "name": "Google Classroom Change User", "short_name": "Classroom Change User", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.2", "web_accessible_resources": [ "js\/ChangeClassroom.user.js" ] } |