CheckMyProf

RateMyProfessors.com ratings directly on the course selection page. UBC, opensfu.ca, Kwantlen, UFV

CheckMyProf क्या है?

CheckMyProf Tejbir Singh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "RateMyProfessors.com ratings directly on the course selection page. UBC, opensfu.ca, Kwantlen, UFV"।

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

screenshot
screenshot
screenshot

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

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

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

                        View ratings from RateMyProfessors.com for each instructor directly on the course selection page. Hover over the professor's name in the listing to toggle a popover that displays their ratings. Currently Supported Institutions: UBC, opensfu.ca, Kwantlen 'CA-SEY' Course Search, myKwantlen Search for Classes to Add, UFV course selection.                    

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

नाम CheckMyProf CheckMyProf
ID gfhlhiifmefkepebndobmgogmoljjfil
आधिकारिक URL https://chromewebstore.google.com/detail/checkmyprof/gfhlhiifmefkepebndobmgogmoljjfil
विवरण RateMyProfessors.com ratings directly on the course selection page. UBC, opensfu.ca, Kwantlen, UFV
फ़ाइल का आकार 483 KB
स्थापना संख्या 925
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2016-05-28
प्रकाशन तिथि 2016-05-28
रेटिंग 4.61/5 कुल 23 रेटिंग्स
डेवलपर Tejbir Singh
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CheckMyProf",
    "version": "1.2.3",
    "manifest_version": 2,
    "author": "Tejbir Singh Sodhan",
    "description": "RateMyProfessors.com ratings directly on the course selection page. UBC, opensfu.ca, Kwantlen, UFV",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "CheckMyProf"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/courses.students.ubc.ca\/cs\/main?pname=subjarea&tname=subjareas*"
            ],
            "css": [
                "bootstrap.min.css",
                "display.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.min.js",
                "js\/popoverHelpers.js",
                "js\/helpers.js",
                "institutions\/ubc.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/www.opensfu.ca\/course\/*"
            ],
            "css": [
                "bootstrap.min.css",
                "display.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.min.js",
                "js\/popoverHelpers.js",
                "js\/helpers.js",
                "institutions\/opensfu.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/bweb.kwantlen.ca\/jade_prod\/bwskfcls.P_GetCrse*",
                "https:\/\/bweb.kwantlen.ca\/pls\/prodss\/*"
            ],
            "css": [
                "bootstrap.min.css",
                "display.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.min.js",
                "js\/popoverHelpers.js",
                "js\/helpers.js",
                "institutions\/kwantlen.js"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/farnham.ufv.ca\/prod\/bwskfcls.P_GetCrse*"
            ],
            "css": [
                "bootstrap.min.css",
                "display.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.min.js",
                "js\/popoverHelpers.js",
                "js\/helpers.js",
                "institutions\/ufv.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*"
    ]
}