Google Classroom Change User
Switch Google Classroom user automatically depending on who has access
Google Classroom Change User là gì?
Google Classroom Change User là một tiện ích mở rộng Chrome được phát triển bởi Daniel & Emrik, và tính năng chính của nó là "Switch Google Classroom user automatically depending on who has access".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Classroom Change User
Tải xuống các tệp mở rộng Google Classroom Change User dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Classroom Change User |
ID | lfnkpgkecmhbaahideedmdblmbfghmog |
URL Chính Thức | https://chromewebstore.google.com/detail/google-classroom-change-u/lfnkpgkecmhbaahideedmdblmbfghmog |
Mô tả | Switch Google Classroom user automatically depending on who has access |
Kích Thước Tệp | 19.87 KB |
Số Lần Cài Đặt | 380 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2021-07-03 |
Ngày Phát Hành | 2021-07-02 |
Nhà Phát Triển | Daniel & Emrik |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User |
URL Trang Chính Sách Bảo Mật | https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |