PARQR

Piazza Automated Related Question Recommender. PARQR recommends similar posts on Piazza to save you time!

PARQRคืออะไร?

PARQR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.parqr.io และคุณลักษณะหลักของมันคือ "Piazza Automated Related Question Recommender. PARQR recommends similar posts on Piazza to save you time!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PARQR

ดาวน์โหลดไฟล์ส่วนขยาย PARQR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PARQR is a tool designed for improving the student experience on Piazza and saving time for instructors when managing large online courses. It does this by providing recommendations to similar posts to users when they are asking a question in real time. Also, PARQR contains an instructor dashboard which allows TA's to collaborate and track unanswered posts for large online courses in Piazza.

Please contact the PARQR team at [email protected] to get PARQR in your course.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PARQR PARQR
ID ghpadgbcphnomjfjjpockklhcgahebji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/parqr/ghpadgbcphnomjfjjpockklhcgahebji
คำอธิบาย Piazza Automated Related Question Recommender. PARQR recommends similar posts on Piazza to save you time!
ขนาดไฟล์ 2.25 MB
จำนวนการติดตั้ง 817
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2020-11-12
วันที่เผยแพร่ 2020-06-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.parqr.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.parqr.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PARQR",
    "description": "Piazza Automated Related Question Recommender. PARQR recommends similar posts on Piazza to save you time!",
    "version": "2.0.5",
    "browser_action": {
        "default_icon": {
            "19": "media\/parqr.png",
            "128": "media\/parqr_128x128.png",
            "512": "media\/parqr_512x512.png"
        },
        "default_popup": "parqr.html"
    },
    "icons": {
        "16": "media\/parqr_16x16.png",
        "128": "media\/parqr_128x128.png",
        "256": "media\/parqr_256x256.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*.parqr.io\/*",
        "http:\/\/*.piazza.com\/*"
    ],
    "background": {
        "scripts": [
            "src\/background.js",
            "src\/http-common.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.piazza.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/chartist.min.js",
                "js\/datatables.js",
                "js\/Plugin\/order.neutral().js",
                "js\/md5.min.js",
                "src\/parqrLib.js",
                "src\/homescreenSuggestions.js",
                "src\/searchSuggestions.js",
                "src\/dashboard.js",
                "src\/instructorDashboard.js",
                "src\/observer.js"
            ],
            "css": [
                "css\/bootstrap-scope.css",
                "css\/buttons.css",
                "css\/dashboard.css",
                "css\/datatables.css",
                "css\/fonts.css",
                "css\/homescreen.css",
                "css\/homescreenSuggestions.css",
                "css\/instructorDashboard.css",
                "css\/parqr.css",
                "css\/searchSuggestion.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "media\/*",
        "fonts\/*"
    ]
}