Ez-Campus

Ez-Campus is an extension that allows students using the Infinite Campus web application to calculate their grade for a course.

Ez-Campusคืออะไร?

Ez-Campus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Ez-Campus is an extension that allows students using the Infinite Campus web application to calculate their grade for a course."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ez-Campus

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

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

                        Ez-Campus is an extension that allows students using the Infinite Campus web application to calculate their grade for a course. 

Infinite Campus is a website that allows students to view their grades, read emails, and track their service hours. It has almost 7.5 million users across 44 different states and has been running since the year 1993. Teachers can enter test / assignment / quiz scores on the website, choose a weightage, and upload it to the website where students see their grades. However, many teachers are late with their grades and take a long time to upload them. In fact, some teachers publish grades only during the final week of school, inflicting immense amounts of stress on eager students who are nervous about their assignments. Many students want to see their grades after they take a test to analyze their grade and determine what they should improve on. Ez-Campus is a free-to-use Google Chrome extension that allows Infinite Campus users to enter and calculate their new grades. It allows users to see what more they need to do to bring their grades up. For example, if someone believes that they received an 85/100 on their math test at school, they can immediately enter that prospective score into Infinite Campus via Ez-Campus. Ez-Campus would show the exact same grade that would be present after the teacher enters that test score. By knowing their score well ahead of time, the student can determine what they should prepare for in the future.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ez-Campus Ez-Campus
ID mpcecjnnfkojdapdkeimdkbfdjidmfdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ez-campus/mpcecjnnfkojdapdkeimdkbfdjidmfdk
คำอธิบาย Ez-Campus is an extension that allows students using the Infinite Campus web application to calculate their grade for a course.
ขนาดไฟล์ 2.76 MB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-12-01
วันที่เผยแพร่ 2021-11-30
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://forms.gle/Xyh6Box8BMFVzNbQ8
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ez-Campus",
    "description": "Ez-Campus is an extension that allows students using the Infinite Campus web application to calculate their grade for a course.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/fremontunifiedca.infinitecampus.org\/campus\/nav-wrapper\/student\/portal\/student\/classroom\/*"
            ],
            "css": [
                "styles\/embedPage.css"
            ],
            "js": [
                "javascript\/jquery-3.6.0.min.js",
                "javascript\/content-script-neat.js"
            ]
        }
    ]
}