smartAzz

More than just a study tool; an academic companion that makes learning interactive, efficient, and enjoyable.

smartAzzคืออะไร?

smartAzz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smartazz.io และคุณลักษณะหลักของมันคือ "More than just a study tool; an academic companion that makes learning interactive, efficient, and enjoyable."

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

screenshot
screenshot
screenshot

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

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

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

                        🧠 Introducing SmartAzz: Your Ultimate AI-Powered Study Companion! 🌟 Unleash the power of AI to ace your studies with groundbreaking features. 

🚀 AutoPlayer: Automatically helps with all questions sequentially. Just watch and learn! 🤖

⚡️ Lightening: Instantly helps with all questions with a single click. Effortless completion at lightning speed! ⚡

📚 Quiz Mode: Transform your assignments into interactive challenges. Engage with each option, understand the question + answer , and master your courses! 💡

✨ Instant Solutions: Unleash the power of smartAzz with a  single click and behold the magic! Delve into comprehensive solutions, simplify complex concepts, and supercharge your brainpower🧠. smartAzz seamlessly integrates with Canvas and  many more platforms to come! 

🎉WORKS WITH ALL QUESTION TYPES‼️: 
smartAzz is like your academic superhero! 🦸‍♂️ Whether it's tackling tricky Multiple Choice, crafting perfect Essays, filling in the Blanks (or multiple blanks!),  Selecting All That Apply, Matching questions, Dropdowns Questions, figuring out True/False , or aiding with numerical Math questions - SmartAzz handles them all with a click of a button and with the most accuracy in the industry! Get ready to breeze through your coursework with this AI-powered wonder! 🚀📚


Disclaimer: smartAzz is developed to support and enhance the learning experience. It's not intended to replace the traditional educational environment, but to complement it. Users are encouraged to utilize smartAzz responsibly and in accordance with the academic policies of their respective educational institutions.                    

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

ชื่อ smartAzz smartAzz
ID ojkhhmkjlimhnbcmefogpdagbhohfjpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartazz/ojkhhmkjlimhnbcmefogpdagbhohfjpm
คำอธิบาย More than just a study tool; an academic companion that makes learning interactive, efficient, and enjoyable.
ขนาดไฟล์ 3.59 MB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 3.58
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2024-01-30
คะแนน 5.00/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา https://smartazz.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://smartazz.io
URL หน้านโยบายความเป็นส่วนตัว https://smartazz.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "smartAzz",
    "version": "3.58",
    "description": "More than just a study tool; an academic companion that makes learning interactive, efficient, and enjoyable.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "css": "popup\/popup.css"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "api\/auth.js",
                "schemas\/a.js",
                "schemas\/router.js",
                "api\/query.js",
                "proctor\/proctor.js",
                "proctor\/proctor_messenger.js"
            ],
            "matches": [
                ""
            ],
            "type": "module"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}