CoMentor

Your AI powered mentor

What is CoMentor?

CoMentor is a Chrome extension developed by Invocation97, and its main feature is "Your AI powered mentor".

Extension Screenshots

screenshot
screenshot

Download CoMentor Extension CRX File

Download CoMentor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CoMentor CoMentor
ID edcjhnomoadofgbckmgafbcihlpkigmj
Official URL https://chromewebstore.google.com/detail/comentor/edcjhnomoadofgbckmgafbcihlpkigmj
Description Your AI powered mentor
File Size 1.41 MB
Installation Count 98
Current Version 1.0.5
Last Updated 2023-08-16
Publish Date 2023-06-06
Rating 5.00/5 Total 3 Ratings
Developer Invocation97
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}