Rate My BYU Professors
Get your potential professor's rating easily on the BYU registration page.
Rate My BYU Professors là gì?
Rate My BYU Professors là một tiện ích mở rộng Chrome được phát triển bởi Viking Apps, và tính năng chính của nó là "Get your potential professor's rating easily on the BYU registration 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 Rate My BYU Professors
Tải xuống các tệp mở rộng Rate My BYU Professors 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
Version 1.4 Security fixes were added in this version. This extension retrieves information about each BYU professor from RateMyProfessor and displays it on the BYU class registration page. It retrieves the information based on the professor's name. No information will be shown if the professor's name is misspelled or absent from the RateMyProfessor. A rating is displayed for each professor, which you can click to go to their RateMyProfessor page. If you hover over the rating, you can see the professor's stats at a glance.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ghokpcnkghnkfofadiajmmhinooijmaf |
URL Chính Thức | https://chrome.google.com/webstore/detail/ghokpcnkghnkfofadiajmmhinooijmaf |
Mô tả | Get your potential professor's rating easily on the BYU registration page. |
Kích Thước Tệp | 463 KB |
Số Lần Cài Đặt | 5,229 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2021-08-28 |
Ngày Phát Hành | 2019-06-06 |
Đánh Giá | 4.76/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | Viking Apps |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.paypal.me/brandonjorgenson |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My BYU Professors", "version": "1.4", "description": "Get your potential professor's rating easily on the BYU registration page.", "permissions": [ "storage", "https:\/\/search-production.ratemyprofessors.com\/*" ], "content_scripts": [ { "css": [ "tooltipster-master\/dist\/css\/tooltipster.main.min.css", "tooltip.css" ], "js": [ "jquery-3.3.1.min.js", "tooltipster-master\/dist\/js\/tooltipster.bundle.min.js", "background.js", "contentscript.js" ], "matches": [ "http:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*", "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "Images\/byu_logo16.png", "48": "Images\/byu_logo48.png", "128": "Images\/byu_logo128.png" }, "manifest_version": 2 } |