OnCampus+

Improves OnCampus for SFHS students by monitoring grades and displaying any changes.

OnCampus+คืออะไร?

OnCampus+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew และคุณลักษณะหลักของมันคือ "Improves OnCampus for SFHS students by monitoring grades and displaying any changes."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OnCampus+

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

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

                        Improves OnCampus for SFHS students by monitoring grades and displaying any changes.                    

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

ชื่อ OnCampus+ OnCampus+
ID mlfgfmnkgccbgebnlloeolmaeifgmknd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oncampus+/mlfgfmnkgccbgebnlloeolmaeifgmknd
คำอธิบาย Improves OnCampus for SFHS students by monitoring grades and displaying any changes.
ขนาดไฟล์ 188 KB
จำนวนการติดตั้ง 753
เวอร์ชันปัจจุบัน 0.3.7
อัปเดตครั้งล่าสุด 2019-02-03
วันที่เผยแพร่ 2019-02-02
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Andrew
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "base64.js",
                "content.js",
                "showlettergrade.js",
                "settings.js",
                "gpa.js",
                "hashchange.js",
                "banner.js",
                "notebook.js",
                "run.js"
            ],
            "matches": [
                "https:\/\/sfhscollegeprep.myschoolapp.com\/app\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh2QEJOEhgQRfgDKfztyzpZilK0PAayZJ1kbh+bpf5GWGToHwLB1BDKvNX89tXmgGT3YVSWKlkiaULUEn6ThHIuEpqDanLHxcD5Ox8y6EMSUHP4JOx3NUk82x1A2ylD5BtmPYa7cywtesZq+dqqAG5ls\/h+JEHKqPspc2\/In7ddp258CuxsPy5J6nGHGIBi+2wtCZ0g6JTritRUAGB2udXGOt1Iww0+8TL6vsUZJdtMMTjjB5lW18w2EChLMUcggJnCt9oPGGfQYKyIsxeV1DvWLsEtWZ4NdZHpfWQvesnCo0sRX3H8xL0vIcNLmCEkC8\/isTobZRkt7ldHoctERKXQIDAQAB",
    "manifest_version": 2,
    "name": "OnCampus+",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.7"
}