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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shreyas Gupta และคุณลักษณะหลักของมันคือ "Displays percentages of grades and GPA in Powerschool and allows the user to calculate updates to their grade."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cherry Creek Schools Powerschool Calculator

ดาวน์โหลดไฟล์ส่วนขยาย Cherry Creek Schools Powerschool Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        *** 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"
    ]
}