OnCampus+

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

What is OnCampus+?

OnCampus+ is a Chrome extension developed by Andrew, and its main feature is "Improves OnCampus for SFHS students by monitoring grades and displaying any changes.".

Extension Screenshots

screenshot
screenshot
screenshot

Download OnCampus+ Extension CRX File

Download OnCampus+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name OnCampus+ OnCampus+
ID mlfgfmnkgccbgebnlloeolmaeifgmknd
Official URL https://chromewebstore.google.com/detail/oncampus+/mlfgfmnkgccbgebnlloeolmaeifgmknd
Description Improves OnCampus for SFHS students by monitoring grades and displaying any changes.
File Size 188 KB
Installation Count 753
Current Version 0.3.7
Last Updated 2019-02-03
Publish Date 2019-02-02
Rating 4.56/5 Total 9 Ratings
Developer Andrew
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/c39dfe04-8a03-4423-9081-235105b525e2
Supported Languages 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"
}