GradePaste by Positive Physics

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

What is GradePaste by Positive Physics?

GradePaste by Positive Physics is a Chrome extension developed by positiveSTEM, and its main feature is "Free Tool for pasting grades into various Learning Management Systems or Web-based Gradebooks. Transfer your grades with ease.".

Extension Screenshots

screenshot

Download GradePaste by Positive Physics Extension CRX File

Download GradePaste by Positive Physics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GradePaste by Positive Physics GradePaste by Positive Physics
ID djcdidimigniagceadjimkgpkbmiojmi
Official URL https://chromewebstore.google.com/detail/gradepaste-by-positive-ph/djcdidimigniagceadjimkgpkbmiojmi
Description Free Tool for pasting grades into various Learning Management Systems or Web-based Gradebooks. Transfer your grades with ease.
File Size 69.59 KB
Installation Count 391
Current Version 1.08
Last Updated 2023-10-19
Publish Date 2023-08-05
Rating 5.00/5 Total 1 Ratings
Developer positiveSTEM
Email [email protected]
Payment Type free
Extension Website https://www.positivestem.org/
Privacy Policy Page URL https://www.positivephysics.org/terms
Supported Languages 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"
    }
}