GradePaste by Positive Physics

Free Tool for pasting grades into various Learning Management Systems or Web-based Gradebooks. Transfer your grades with ease.

什麼是GradePaste by Positive Physics?

GradePaste by Positive Physics是由positiveSTEM開發的Chrome擴展程式,該擴展的主要功能是“Free Tool for pasting grades into various Learning Management Systems or Web-based Gradebooks. Transfer your grades with ease.”。

擴展截圖

screenshot

下載GradePaste by Positive Physics擴展crx文件

下載GradePaste by Positive Physics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Copy grades from anywhere and paste grades into Google Classroom, Canvas, Schoology or PowerSchool—Totally Free! GradePaste is an extension that enables pasting columns of grades so you can transfer grades between apps in no time. You can copy a column of numbers from any spreadsheet or compatible app (like positiveSTEM.org!) and paste it into your compatible grade book as long as this browser extension is installed. This saves time and helps you tie all your teaching tools together.

Special features include:
1. You can paste a column of percents and choose for the extension to automatically convert it to points. Pasting is as simple as using Ctrl-V or Command-V or using menus to paste. You'll be prompted with a pop-up and you can continue with pasting by simply hitting enter or clicking the Paste button.
2. When pasting percents, those can either be numbers between 0 and 100 or they can optionally have a trailing % sign or they can even be decimals between 0.00 and 1.00. The extension will handle these different formats automatically.
3. Physics and Chemistry teachers should check out the compatibility with positivephysics.org and positivechemistry.org.

HINT: You will need to ensure that the order of students in whatever app or spreadsheet you are copying from is the same as the order of students in the grade book that you are pasting into.

ONE COLUMN AT A TIME: Currently this only supports copying and pasting a single column of numbers at a time. If you copy multiple columns at a time it will not currently work. Let us know if transferring / pasting multiple columns would be a significant help to you and we will consider it.

ABOUT THE CREATOR OF GradePaste: 
positiveSTEM.org builds engaging tools for teaching math and science. We encourage you to learn more and create interactive, randomizable questions for your students FREE at positiveSTEM.org or try out our award-winning physics and chemistry curriculums. positiveSTEM believes in providing useful free tools to teacher in addition to fantastic curriculum that can change the course of every math or science teacher's life: with positiveSTEM, positivephysics and positivechemistry you can stop grading homework, eliminate cheating, and give students immediate feedback on problems such that they know immediately if they are on the right track. There are no plans to ever charge for GradePaste which is intended as a service to the education community. We would appreciate you rating/reviewing this extension after trying it out if you find it useful—that's the best way to say "thank you" for this free service / grade pasting assistant. We know grading is a significant workload if you don't have a software curriculum that makes it easy/automatic, and we hope you'll find this helpful.

PRIVACY: No data ever goes to our servers. This app completely lives on your computer and just makes your clipboard more powerful.                    

擴展基本資訊

名稱 GradePaste by Positive Physics GradePaste by Positive Physics
ID djcdidimigniagceadjimkgpkbmiojmi
官方網址 https://chromewebstore.google.com/detail/gradepaste-by-positive-ph/djcdidimigniagceadjimkgpkbmiojmi
簡介 Free Tool for pasting grades into various Learning Management Systems or Web-based Gradebooks. Transfer your grades with ease.
檔案大小 69.59 KB
安裝次數 391
目前版本 1.08
更新時間 2023-10-19
上架時間 2023-08-05
評分 5.00/5 共 1 次評分
開發者 positiveSTEM
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.positivestem.org/
隱私政策頁面URL https://www.positivephysics.org/terms
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GradePaste by Positive Physics",
    "description": "Free Tool for pasting grades into various Learning Management Systems or Web-based Gradebooks. Transfer your grades with ease.",
    "version": "1.08",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.instructure.com\/*",
        "https:\/\/classroom.google.com\/*",
        "https:\/\/*.schoology.com\/*",
        "https:\/\/*.powerschool.com\/*"
    ],
    "action": {
        "default_title": "Use GradePaste on this page",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "gradepaste-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}