Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
Rate My UH là gì?
Rate My UH là một tiện ích mở rộng Chrome được phát triển bởi bilalasd, và tính năng chính của nó là "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search 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 UH
Tải xuống các tệp mở rộng Rate My UH 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
RateMyUH shows professor ratings from RateMyProfessor.com on peoplesoft class search page. Just install the extension and search for a class on peoplesoft. Rate My UH will show ratings in the same table as all the other information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
URL Chính Thức | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
Mô tả | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
Kích Thước Tệp | 87.73 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Nhà Phát Triển | bilalasd |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My UH", "short_name": "RateMyUH", "version": "2.0", "manifest_version": 2, "description": "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/my.uh.edu\/*" ], "js": [ "src\/jquery-2.1.1.js", "src\/mutation-summary.js", "src\/content.js" ] } ] } |