CP QuickRatings

Easily view Polyratings data in Student Center

CP QuickRatings란 무엇입니까?

CP QuickRatings은(는) ResolvedPromise에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily view Polyratings data in Student Center"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CP QuickRatings 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        -------------------------------------------------------------------------------------------
How it works
-------------------------------------------------------------------------------------------

Once you've installed the extension, log in to Student Center to activate it. You will see that some professors' names are highlighted in green, which indicates that they have existing Polyratings data. Hovering over any highlighted name will trigger a popup that displays an overview of the corresponding professor's ratings, as well as a button to visit that professor's Polyratings page, where you can read full reviews.

If you're viewing classes on Schedule Builder: hovering over a highlighted name on an unexpanded dropdown will not trigger a popup — the green highlight is only meant to prompt you to expand the dropdown, which will then allow you to view all the professors and their corresponding popups.

-------------------------------------------------------------------------------------------
Other notes
-------------------------------------------------------------------------------------------

This extension is in active development. If you encounter any issues, please let us know by emailing us at [email protected] or submitting feedback through this Google Form: https://forms.gle/BE3mTCXdY2LNYvLB6.                    

확장 프로그램 기본 정보

이름 CP QuickRatings CP QuickRatings
ID pliinobghndmnnjenolmokefjacnmdpo
공식 URL https://chromewebstore.google.com/detail/cp-quickratings/pliinobghndmnnjenolmokefjacnmdpo
설명 Easily view Polyratings data in Student Center
파일 크기 10.56 KB
설치 횟수 147
현재 버전 3.1
최근 업데이트 2022-05-17
출시 날짜 2022-02-03
평점 5.00/5 총 2 개의 평점
개발자 ResolvedPromise
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/adellevo/CP-QuickRatings
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP QuickRatings",
    "version": "3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Easily view Polyratings data in Student Center",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cmsweb.pscs.calpoly.edu\/*"
            ],
            "all_frames": true,
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/api.github.com\/repos\/Polyratings\/Polyratings-data\/contents\/professor-list.json?ref=data"
    ],
    "manifest_version": 3
}