Infinite Campus Grade Predictor

Predict your future grades on Infinite Campus

Infinite Campus Grade Predictor क्या है?

Infinite Campus Grade Predictor Benjamin Man द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Predict your future grades on Infinite Campus"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Infinite Campus Grade Predictor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Take control of your grades. Stop using your calculator to add up every assignment in every category. ICGP instantly calculates your predictions. Whether its a final, an assignment in a new category, extra credit, or a change to an old grade, ICGP does it for you.

Open source: https://github.com/bm-tech/Infinite-Campus-Grade-Predictor                    

एक्सटेंशन की मूल जानकारी

नाम Infinite Campus Grade Predictor Infinite Campus Grade Predictor
ID ggakloicnidnfjbdfeapcjdhoeikpmbc
आधिकारिक URL https://chromewebstore.google.com/detail/infinite-campus-grade-pre/ggakloicnidnfjbdfeapcjdhoeikpmbc
विवरण Predict your future grades on Infinite Campus
फ़ाइल का आकार 781 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-12-28
प्रकाशन तिथि 2021-12-28
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर Benjamin Man
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bm-tech.github.io/Infinite-Campus-Grade-Predictor/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Infinite Campus Grade Predictor",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "Predict your future grades on Infinite Campus",
    "homepage_url": "https:\/\/github.com\/BM-Tech\/Infinite-Campus-Grade-Predictor",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/favicon-32x32.png",
        "128": "icons\/favicon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "action": {
        "default_icon": "icons\/favicon-32x32.png",
        "default_title": "Infinite Campus Grade Predictor",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.infinitecampus.org\/campus\/resources\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infinitecampus.org\/*"
            ],
            "js": [
                "src\/inject.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}