uAlbertaProfGuide
View RMP scores on uAlberta's class enrollment page
uAlbertaProfGuide là gì?
uAlbertaProfGuide là một tiện ích mở rộng Chrome được phát triển bởi theDust, và tính năng chính của nó là "View RMP scores on uAlberta's class enrollment page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng uAlbertaProfGuide
Tải xuống các tệp mở rộng uAlbertaProfGuide dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | uAlbertaProfGuide |
ID | omminijickdpopkhpeehljlhehicgclk |
URL Chính Thức | https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk |
Mô tả | View RMP scores on uAlberta's class enrollment page |
Kích Thước Tệp | 68.77 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-04-10 |
Ngày Phát Hành | 2017-04-09 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | theDust |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |