UCalgary Rate My Prof

Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.

Τι είναι το UCalgary Rate My Prof;

Το UCalgary Rate My Prof είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον HCExtensions, και η κύρια λειτουργία του είναι "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UCalgary Rate My Prof

Λήψη αρχείων επέκτασης UCalgary Rate My Prof σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings.

Buy me a coffee: https://ko-fi.com/harrych                    

Βασικές Πληροφορίες Επέκτασης

Όνομα UCalgary Rate My Prof UCalgary Rate My Prof
ID jhepjbdemjpcednmndlogbjbkmoppeaj
Επίσημο URL https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj
Περιγραφή Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
Μέγεθος Αρχείου 14.35 KB
Αριθμός Εγκαταστάσεων 109
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2024-02-25
Ημερομηνία Δημοσίευσης 2023-04-02
Προγραμματιστής HCExtensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UCalgary Rate My Prof",
    "description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vsb.my.ucalgary.ca\/*",
                "https:\/\/*.ucalgary.ca\/*\/courses*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/professor16.png",
        "32": "icons\/professor32.png",
        "48": "icons\/professor48.png",
        "128": "icons\/professor128.png"
    }
}