CoMentor

Your AI powered mentor

什麼是CoMentor?

CoMentor是由Invocation97開發的Chrome擴展程式,該擴展的主要功能是“Your AI powered mentor”。

擴展截圖

screenshot
screenshot

下載CoMentor擴展crx文件

下載CoMentor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing CoMentor: Streamlining English Class Feedbacks for Teachers

CoMentor is a powerful Chrome extension designed to assist teachers in effortlessly crafting comprehensive and personalized feedback for their students after English classes. Whether you're an experienced Bedakids teacher or an educator at any other school, CoMentor is here to make your life easier by simplifying the feedback process.

With CoMentor, writing feedback becomes a breeze. Say goodbye to hours spent staring at a blank screen, trying to come up with the right words. Our extension provides you with a range of valuable features that enable you to create thoughtful and constructive feedback in a fraction of the time.

Key Features:

Seamless Integration: CoMentor is seamlessly integrated into your Chrome browser, ensuring a hassle-free experience. No need to switch between different platforms or applications. The extension is part of the larger CoMentor app, which offers additional features to support teachers in various aspects of their work.

Time-Saving Templates: CoMentor comes with a collection of pre-defined feedback templates tailored specifically for English classes. These templates cover common scenarios and learning objectives, allowing you to quickly customize and adapt them to suit each student's individual needs. No more starting from scratch with every feedback session.

Personalized Insights: CoMentor understands that each student is unique, and it enables you to provide personalized insights based on their performance. The extension analyzes the student's progress, identifying strengths and areas for improvement, and suggests specific feedback points accordingly. This personalized touch helps you nurture each student's growth effectively.

Future Expansion: While CoMentor initially caters to Bedakids teachers, our vision extends beyond a single institution. We are actively working towards expanding support to more schools in the future versions, allowing a wider audience to benefit from this powerful tool.

Furthermore, the CoMentor app, of which the Chrome extension is an integral part, offers a range of additional features to assist teachers. You can conveniently keep track of your classes, monitor your earnings, and access other useful functionalities to streamline your teaching workflow.

In summary, CoMentor is a must-have tool for teachers who want to provide comprehensive and personalized feedback to their students efficiently. By leveraging time-saving templates, personalized insights, and the integration with the larger CoMentor app, you can enhance your teaching experience and make a lasting impact on your students' progress.

Install CoMentor now and transform the way you deliver feedback to your students. Empower yourself as an educator and unlock your students' full potential with the help of this invaluable Chrome extension.                    

擴展基本資訊

名稱 CoMentor CoMentor
ID edcjhnomoadofgbckmgafbcihlpkigmj
官方網址 https://chromewebstore.google.com/detail/comentor/edcjhnomoadofgbckmgafbcihlpkigmj
簡介 Your AI powered mentor
檔案大小 1.41 MB
安裝次數 98
目前版本 1.0.5
更新時間 2023-08-16
上架時間 2023-06-06
評分 5.00/5 共 3 次評分
開發者 Invocation97
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.5",
    "name": "CoMentor",
    "description": "Your AI powered mentor",
    "action": {
        "default_popup": ".\/main.html",
        "default_icon": {
            "16": ".\/src\/icons\/16x16.png",
            "32": ".\/src\/icons\/32x32.png",
            "48": ".\/src\/icons\/48x48.png",
            "128": ".\/src\/icons\/128x128.png"
        },
        "default_title": "Comentor With Firebase"
    },
    "permissions": [
        "storage",
        "identity",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/teacher.bedakid.com\/*",
        "https:\/\/apis.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/teacher.bedakid.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "vocabulary.json"
            ],
            "matches": [
                "https:\/\/teacher.bedakid.com\/*"
            ]
        },
        {
            "resources": [
                "pagination.json"
            ],
            "matches": [
                "https:\/\/teacher.bedakid.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/src\/icons\/16x16.png",
        "32": ".\/src\/icons\/32x32.png",
        "48": ".\/src\/icons\/48x48.png",
        "128": ".\/src\/icons\/128x128.png"
    },
    "options_page": "options.html",
    "oauth2": {
        "client_id": "960085882046-1s3ct3eqkqp2d52iq79sjsq1lsgcnrdp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}