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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}