CoMentor

Your AI powered mentor

Qu'est-ce que CoMentor ?

CoMentor est une extension Chrome développée par Invocation97, et sa fonction principale est "Your AI powered mentor".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CoMentor

Téléchargez les fichiers d'extension CoMentor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CoMentor CoMentor
ID edcjhnomoadofgbckmgafbcihlpkigmj
URL Officiel https://chromewebstore.google.com/detail/comentor/edcjhnomoadofgbckmgafbcihlpkigmj
Description Your AI powered mentor
Taille du Fichier 1.41 MB
Nombre d'Installations 98
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-08-16
Date de Publication 2023-06-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur Invocation97
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}