Five Point Oh - A WebReg Extension

Search RateMyProfessors directly from Rutgers course websites

Five Point Oh - A WebReg Extension là gì?

Five Point Oh - A WebReg Extension là một tiện ích mở rộng Chrome được phát triển bởi GooeyBar, và tính năng chính của nó là "Search RateMyProfessors directly from Rutgers course websites".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Five Point Oh - A WebReg Extension

Tải xuống các tệp mở rộng Five Point Oh - A WebReg Extension 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

                        You can now rate your professors directly through Five Point Oh. This means that the extension now uses the "Identity" and "Email" permissions of Google Chrome. This is simply to verify who the rating is coming from and does not grant us access to any personal information.

This extension is designed for use by Rutgers University students to increase the functionality of Rutgers University course listing websites.

This extension interacts with the WebReg site, the Schedule of Classes site, and the Course Schedule Planner site. It places a button next to each instructors name which allows users to search the professor on RateMyProfessors.com. This allows students to easily and seamlessly gain feedback on their professors.

Students can also submit their own feedback on their professors by clicking the 'rate' button. This allows students to share their own experiences with their professors.

Initial development for this application took place at HackRU Spring 2015 in Piscataway, New Jersey, on 4/18/15. It ranked in the Top 5 Hacks, as well as earned the title of "Best Rutgers Hack".

by Corentin Rejaud, Daniel Tsioni, and Gavriel Tsioni
[email protected]                    

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

Tên Five Point Oh - A WebReg Extension Five Point Oh - A WebReg Extension
ID fogbelnmmmobcpblgeafgneoafglfppm
URL Chính Thức https://chromewebstore.google.com/detail/five-point-oh-a-webreg-ex/fogbelnmmmobcpblgeafgneoafglfppm
Mô tả Search RateMyProfessors directly from Rutgers course websites
Kích Thước Tệp 27.94 MB
Số Lần Cài Đặt 1,032
Phiên Bản Hiện Tại 1.2.0.3
Cập Nhật Lần Cuối 2016-08-03
Ngày Phát Hành 2016-08-02
Đánh Giá 4.05/5 Tổng số 20 Đánh Giá
Nhà Phát Triển GooeyBar
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": "Five Point Oh - A WebReg Extension",
    "description": "Search RateMyProfessors directly from Rutgers course websites",
    "icons": {
        "128": "logo.png"
    },
    "version": "1.2.0.3",
    "permissions": [
        "*:\/\/sims.rutgers.edu\/*",
        "*:\/\/sis.rutgers.edu\/*",
        "*:\/\/www.ratemyprofessors.com\/*",
        "*:\/\/raritan.herokuapp.com\/*",
        "*:\/\/www.apis.google.com\/*",
        "identity",
        "identity.email"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/sims.rutgers.edu\/*",
                "*:\/\/sis.rutgers.edu\/*"
            ],
            "css": [
                "stylesheet.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "eventPage.js",
            "gapi-client.js"
        ],
        "persistent": false
    },
    "oauth2": {
        "client_id": "392198836218-3io6qcpglqob3fkpga9jk7cmqd3vdvgj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/apis.google.com\/js\/client.js?onload=callbackFunction"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}