uAlbertaProfGuide
View RMP scores on uAlberta's class enrollment page
uAlbertaProfGuide क्या है?
uAlbertaProfGuide theDust द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View RMP scores on uAlberta's class enrollment page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में uAlbertaProfGuide एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension that integrate Rate My Professor results into the beartracks course search page. Search for course under search for classes header. Hover over professor to view results from RMP. Click prof to redirect to RMP to view comments. uAlbertaProfGuide is an unofficial chrome extension for beartracks, it is not endorsed by the University of Alberta
एक्सटेंशन की मूल जानकारी
नाम | uAlbertaProfGuide |
ID | omminijickdpopkhpeehljlhehicgclk |
आधिकारिक URL | https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk |
विवरण | View RMP scores on uAlberta's class enrollment page |
फ़ाइल का आकार | 68.77 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2017-04-10 |
प्रकाशन तिथि | 2017-04-09 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | theDust |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "uAlbertaProfGuide", "version": "1.2", "description": "View RMP scores on uAlberta's class enrollment page", "content_scripts": [ { "matches": [ "https:\/\/www.beartracks.ualberta.ca\/psp\/uahebprd\/EMPLOYEE\/HRMS\/c\/SA_LEARNER_SERVICES*" ], "js": [ "content.js" ] } ], "permissions": [ "https:\/\/www.ratemyprofessors.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "Assets\/*.png" ] } |