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
公式URL 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
Eメール [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"
        ]
    }
}