Rate My FIU
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Rate My FIU là gì?
Rate My FIU là một tiện ích mở rộng Chrome được phát triển bởi ccani008, và tính năng chính của nó là "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".
Ả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 FIU
Tải xuống các tệp mở rộng Rate My FIU 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
The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process of enrolling by displaying the Rate My Professor scores directly into the FIU enroll page as well as hyper-linking them to the Rate My Professor page for that professor.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fodacampppflppgklnlkljfhfpfajnid |
URL Chính Thức | https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid |
Mô tả | The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process… |
Kích Thước Tệp | 36.85 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-10-24 |
Ngày Phát Hành | 2016-10-24 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | ccani008 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rate My FIU", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/*.fiu.edu\/*" ], "js": [ "script.js", "jquery-2.1.3.min.js" ] } ], "permissions": [ "http:\/\/www.ratemyprofessors.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |