FHDA Rate My Professor Plugin

Get your potential professor's rating easily on the De anzas registration page.

FHDA Rate My Professor Plugin là gì?

FHDA Rate My Professor Plugin là một tiện ích mở rộng Chrome được phát triển bởi william, và tính năng chính của nó là "Get your potential professor's rating easily on the De anzas registration page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FHDA Rate My Professor Plugin

Tải xuống các tệp mở rộng FHDA Rate My Professor Plugin 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

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FHDA Rate My Professor Plugin FHDA Rate My Professor Plugin
ID ogggghkpkikajpdgmaibajhemjmgemdk
URL Chính Thức https://chrome.google.com/webstore/detail/ogggghkpkikajpdgmaibajhemjmgemdk
Mô tả Get your potential professor's rating easily on the De anzas registration page.
Kích Thước Tệp 138 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-01-27
Ngày Phát Hành 2019-07-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển william
Email [email protected]
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": "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
}