Cherry Creek Schools Powerschool Calculator

Displays percentages of grades and GPA in Powerschool and allows the user to calculate updates to their grade.

Cherry Creek Schools Powerschool Calculator란 무엇입니까?

Cherry Creek Schools Powerschool Calculator은(는) Shreyas Gupta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays percentages of grades and GPA in Powerschool and allows the user to calculate updates to their grade."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cherry Creek Schools Powerschool Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *** We would love to expand to other schools using Powerschool! Please contact us at the email below for more information if interested. Thanks! ***

This extension allows Cherry Creek School District students to calculate the percentage of their grades in powerschool. There is also additional functionality that supports classes that have weighted grades (by selecting the check box "Weighted by category." Students are also able to adjust "Earned Points" value and "Total Points" value locally for purposes such as seeing what it would take to raise one's grade. Other features coming soon...

Email [email protected] with any questions, concerns or ideas for future versions. Thanks!

Created by:
Shreyas Gupta '17, Fahim Choudhury '17, Wesley Dencker '15, Jeremy Poley '15, Harry James '14 // Kent Denver

Powered by iGraviti                    

확장 프로그램 기본 정보

이름 Cherry Creek Schools Powerschool Calculator Cherry Creek Schools Powerschool Calculator
ID pgiejcenhiabjfencmmmpkgklhhneaae
공식 URL https://chromewebstore.google.com/detail/cherry-creek-schools-powe/pgiejcenhiabjfencmmmpkgklhhneaae
설명 Displays percentages of grades and GPA in Powerschool and allows the user to calculate updates to their grade.
파일 크기 170 KB
설치 횟수 30
현재 버전 2.0.5
최근 업데이트 2016-11-22
출시 날짜 2016-11-21
평점 5.00/5 총 2 개의 평점
개발자 Shreyas Gupta
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cherry Creek Schools Powerschool Calculator",
    "short_name": "CCSD Powerschool",
    "description": "Displays percentages of grades and GPA in Powerschool and allows the user to calculate updates to their grade.",
    "version": "2.0.5",
    "browser_action": {
        "default_title": "Cherry Creek Schools Powerschool Calculator",
        "default_icon": {
            "19": "icongray.png",
            "38": "icongray.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bootstrap.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png",
        "icon32.png"
    ],
    "permissions": [
        "http:\/\/powerschool.cherrycreekschools.org\/",
        "https:\/\/powerschool.cherrycreekschools.org\/",
        "https:\/\/powerschool.cherrycreekschools.org\/public\/",
        "tabs",
        "storage",
        "cookies",
        "notifications"
    ]
}