FHDA Rate My Professor Plugin
Get your potential professor's rating easily on the De anzas registration page.
FHDA Rate My Professor Pluginとは何ですか?
FHDA Rate My Professor Pluginはwilliamによって開発されたChromeの拡張機能で、その主な機能は「Get your potential professor's rating easily on the De anzas registration page.」です。
拡張機能のスクリーンショット
FHDA Rate My Professor Plugin拡張機能のCRXファイルをダウンロード
FHDA Rate My Professor Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get your potential professor's rating easily on both the FHDA myPortal registration page. For those who are lazy or want to automate some of the work of researching teacher! Uses the ratemyprofessor API. Currently works for both De Anza and Foothill. Only works on "Look up classes" and not "Open Class Finder".
拡張機能の基本情報
名前 | |
ID | ogggghkpkikajpdgmaibajhemjmgemdk |
公式URL | https://chrome.google.com/webstore/detail/ogggghkpkikajpdgmaibajhemjmgemdk |
説明 | Get your potential professor's rating easily on the De anzas registration page. |
ファイルサイズ | 138 KB |
インストール数 | 44 |
現在のバージョン | 2.0.0 |
最終更新日 | 2021-01-27 |
公開日 | 2019-07-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | william |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FHDA Rate My Professor Plugin", "version": "2.0.0", "description": "Get your potential professor's rating easily on the De anzas registration page.", "permissions": [ "storage", "https:\/\/search-production.ratemyprofessors.com\/*" ], "content_scripts": [ { "css": [ "tooltipster\/dist\/css\/tooltipster.main.min.css", "tooltip.css" ], "js": [ "jquery-3.3.1.min.js", "tooltipster\/dist\/js\/tooltipster.bundle.min.js", "background.js", "contentscript.js" ], "matches": [ "https:\/\/ssb-prod.ec.fhda.edu\/PROD\/bwskfcls.P_GetCrse", "https:\/\/ssb-prod.ec.fhda.edu\/PROD\/bwskfcls.P_GetCrse_Advanced" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/Logo-16.png", "32": "images\/Logo-32.png", "48": "images\/Logo-48.png", "128": "images\/Logo-128.png" } }, "icons": { "16": "images\/Logo-16.png", "32": "images\/Logo-32.png", "48": "images\/Logo-48.png", "128": "images\/Logo-128.png" }, "manifest_version": 2 } |