CoMentor

Your AI powered mentor

Vad är CoMentor?

CoMentor är en Chrome-tillägg utvecklad av Invocation97, och dess huvudfunktion är "Your AI powered mentor".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CoMentor-förlängningens CRX-fil

Ladda ner CoMentor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CoMentor CoMentor
ID edcjhnomoadofgbckmgafbcihlpkigmj
Officiell webbadress https://chromewebstore.google.com/detail/comentor/edcjhnomoadofgbckmgafbcihlpkigmj
Beskrivning Your AI powered mentor
Filstorlek 1.41 MB
Antal Installationer 98
Aktuell Version 1.0.5
Senast Uppdaterad 2023-08-16
Publiceringsdatum 2023-06-06
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Invocation97
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}