QuizMate

Say hi to your new study partner! As fellow students, we understand the challenges of learning firsthand. That's why we created…

QuizMateคืออะไร?

QuizMate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quizmate.io และคุณลักษณะหลักของมันคือ "Say hi to your new study partner! As fellow students, we understand the challenges of learning firsthand. That's why we created…"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Say hi to your new study partner! 
As fellow students, we understand the challenges of learning firsthand. That's why we created QuizMate: With the click of a button, your virtual study buddy will provide you with a quick and concise answer in no time. Our AI-powered assistant is always ready to help you with your queries and guide you through your learning journey. Join the QuizMate community of over 10,000 students today and uncover the ultimate study companion.

Universal Compatibility
Our extension is compatible with all major educational platforms, guaranteeing a smooth and private experience. We are proud of our capacity to discreetly function within the platforms of your choice.

Right Click Anywhere
QuizMate’s intuitive right click tool provides you with the best answers to your questions on any web page, even those without specialized support. Simply highlight your question and answer choices and select “Answer With QuizMate”, and your study buddy will do the rest!

Snapshot Tool
You can use our Snapshot feature on any website! To answer with Snapshot, simply apply the following steps: 
Click “Snapshot” on your dashboard
Left click
Drag the box over the question and answer choices

Artificial Intelligence
With our upgraded artificial intelligence model, learning is undergoing a transformative shift, delivering superior responses and explanations. Welcome our latest innovation, the AI Context feature, engineered to boost answer accuracy by analyzing the content within your notes. Prepare for boundless learning opportunities ahead.

Have any questions?

Visit our website to learn more and contact us if you need any help getting started.                    

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

ชื่อ QuizMate QuizMate
ID ojgkoajchjoafbnckklmamjcceiglmkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quizmate/ojgkoajchjoafbnckklmamjcceiglmkd
คำอธิบาย Say hi to your new study partner! As fellow students, we understand the challenges of learning firsthand. That's why we created…
ขนาดไฟล์ 1.84 MB
จำนวนการติดตั้ง 13,984
เวอร์ชันปัจจุบัน 5.1.38
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-07-05
คะแนน 3.87/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา https://quizmate.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quizmate.io/
URL หน้านโยบายความเป็นส่วนตัว https://quizmate.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.1.38",
    "manifest_version": 3,
    "name": "QuizMate",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logoQuiz.png"
    },
    "icons": {
        "128": "logoQuiz.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css",
                "fonts\/style.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "quizLogo.png",
                "content.styles.css",
                "close.svg",
                "fonts\/*.woff",
                "fonts\/style.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus"
    ]
}