Grade Grabber
Copy Grades from Google Classroom or Canvas to Powerschool TAC, PowerTeacher, or Canvas
Grade Grabber là gì?
Grade Grabber là một tiện ích mở rộng Chrome được phát triển bởi https://gradegrabber.net, và tính năng chính của nó là "Copy Grades from Google Classroom or Canvas to Powerschool TAC, PowerTeacher, or Canvas".
Ả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 Grade Grabber
Tải xuống các tệp mở rộng Grade Grabber 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
Copy grades from Google Classroom, Canvas, or the clipboard to Powerschool's eSchoolPLUS Teacher Access Center (TAC),PowerTeacher PRO or Canvas. Save hours manually transferring grades between programs. Grades copied to the clipboard from Excel or Google Sheets can also be grabbed by Grade Grabber and entered into your PowerSchool gradebook. To grab grades from google classroom, simply open the assignment page, click the Grab button in the extension and the grades will be pulled from the classroom page and placed into storage. To enter into the TAC or PowerTeacher gradebook, click on a grade on the assignment column you want to use, and click the Enter button in the extension. The grades will be automatically matched on name and the grades entered into the gradebook. In situations where automatic name mapping does not work, Grade Grabber features a manual name mapping feature. If grade scales do not match between gradebooks, grades can be scaled to be correct before entering. Missing and late grades from Google Classroom can be marked in PowerTeacher PRO. A minimum grade override can also be set when grades are entered. Supports grabbing from Google Classroom, Canvas, Clipboard (spreadsheet), and Delta Math. Transfers to Teacher Access Center, Power Teacher Pro and Canvas.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Grade Grabber |
ID | pnlbiecokmfmgeflbcmpohkjjfjjemfe |
URL Chính Thức | https://chromewebstore.google.com/detail/grade-grabber/pnlbiecokmfmgeflbcmpohkjjfjjemfe |
Mô tả | Copy Grades from Google Classroom or Canvas to Powerschool TAC, PowerTeacher, or Canvas |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 10,351 |
Phiên Bản Hiện Tại | 1.2.7 |
Cập Nhật Lần Cuối | 2023-11-15 |
Ngày Phát Hành | 2021-01-25 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://gradegrabber.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gradegrabber.net |
URL Trang Chính Sách Bảo Mật | https://gradegrabber.net/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grade Grabber", "version": "1.2.7", "version_name": "1.2.7", "description": "Copy Grades from Google Classroom or Canvas to Powerschool TAC, PowerTeacher, or Canvas", "permissions": [ "storage", "clipboardRead", "identity" ], "host_permissions": [ "https:\/\/*.duosecurity.com\/" ], "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "tac.js", "functions.js", "js\/aes.js", "jquery-3.5.1.min.js" ], "css": [ "css\/gb.css" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/grabber16.png", "32": "images\/grabber32.png", "48": "images\/grabber48.png", "128": "images\/grabber128.png" } }, "icons": { "16": "images\/grabber16.png", "32": "images\/grabber32.png", "48": "images\/grabber48.png", "128": "images\/grabber128.png" }, "manifest_version": 3, "oauth2": { "client_id": "418140478645-bna8q52nkvjisfn3c4leorntmtlb6tch.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwMig4iJrzjzjYsK2LhpKlG6WKt3WDlBZGwmyJ1E+nGnEbab+wXeTm7CKMoA6sh\/kl2e7T2zw7uCg1S61YQjccOnTIXeed2jj\/wwieFVb+XOVJBuSRCnWAsZP84xBFyNWTVjcImfJ1lJ4\/Te\/O5Ul9tK+V5fAKVKWzrwDfe75HlFVNOOzvqFMli+63ilifR4OGkAknMeDv7k6bxaFKGpfKOhJwbz79l0Or3g5vHqvLIGVBCX2xE3WDFBi17xHE0YzOVVhtq6mDrRF3bTXkU0d2bMrRKdq2hAHH5Qoo2I3vkCAao3\/o4GrMxPIW6W\/VIvxLySNvm5iNg9URFYHx2nf6QIDAQAB" } |