MagicSchool AI - AI Assistant for Teachers

Founded by a lifelong Teacher and Principal, MagicSchool is the leading generative AI platform for educators - fighting burnout and…

MagicSchool AI - AI Assistant for Teachersคืออะไร?

MagicSchool AI - AI Assistant for Teachers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://magicschool.ai และคุณลักษณะหลักของมันคือ "Founded by a lifelong Teacher and Principal, MagicSchool is the leading generative AI platform for educators - fighting burnout and…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MagicSchool AI - AI Assistant for Teachers

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

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

                        Founded by a lifelong Teacher and Principal, MagicSchool is the leading generative AI platform for educators - fighting burnout and helping teachers thrive in the classroom.  MagicSchool contextualizes the power of AI for educators to tools that are immediately relevant in their world and eliminates the need for complex prompting.  It helps them be more effective and more efficient - with the magic of AI!

Unlock the Power of AI—Right Where You Need It
With our Chrome browser extension, your favorite MagicSchool AI tools are just a click away, anytime, anywhere. Say goodbye to the hassle of switching between multiple tabs and copying-pasting.

Over 50 Smart Tools, One Simple Cursor

We've packed MagicSchool AI with over 50 specialized Magic Tools that help you:

Craft engaging lesson plans
Give feedback on student work
Create personalized math problems
Generate rubrics
Draft comprehensive IEPs
Differentiate instruction effortlessly
Generate quizzes and assessments
Streamline email communication with families
And so much more!
Your Toolkit, Your Platforms
Get instant access to our expansive library of 50+ templates across various platforms you use daily:

Gmail and other Web Email: Communicate efficiently with parents and staff.
Google Docs: Create and edit lesson plans on the fly.
Google Classroom: Update your class effortlessly.
Canvas, Schoology and Blackboard: Design engaging educational material in a snap.

So, are you ready to revolutionize your teaching workflow? Install the Chrome browser extension today and bring the magic of MagicSchool AI to your classroom.                    

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

ชื่อ MagicSchool AI - AI Assistant for Teachers MagicSchool AI - AI Assistant for Teachers
ID oplfencnkfofaoeedbmphcbplaceplim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/magicschool-ai-ai-assista/oplfencnkfofaoeedbmphcbplaceplim
คำอธิบาย Founded by a lifelong Teacher and Principal, MagicSchool is the leading generative AI platform for educators - fighting burnout and…
ขนาดไฟล์ 762 KB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2023-10-05
คะแนน 4.37/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา https://magicschool.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.magicschool.ai
URL หน้าช่วยเหลือ https://www.magicschool.ai
URL หน้านโยบายความเป็นส่วนตัว https://www.magicschool.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MagicSchool AI - AI Assistant for Teachers",
    "version": "1.0.12",
    "icons": {
        "32": "icons\/logo.png",
        "48": "icons\/logo.png"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.tsx.41db258d.4ad8007f.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/main.tsx.0290461b.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "\/icons\/*",
                "assets\/logo-text.92a78319.png",
                "assets\/logo-text.e753c34c.js",
                "assets\/_commonjsHelpers.0592d25c.js",
                "assets\/environment.c6f6772e.js",
                "assets\/main.tsx.41db258d.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}