Archer - AI-powered math tutor

An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.

Qu'est-ce que Archer - AI-powered math tutor ?

Archer - AI-powered math tutor est une extension Chrome développée par https://okarcher.com, et sa fonction principale est "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Archer - AI-powered math tutor

Téléchargez les fichiers d'extension Archer - AI-powered math tutor 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

                        Archer transforms your browser into a personalized AI-driven math classroom. Import and conquer math problems from any webpage or document effortlessly. For students, Archer not only guides you through solving problems at any difficulty level but also transcends language barriers by translating your assignments. Validate your solutions and understand better with Archer's help. Teachers can augment their teaching by integrating Archer's AI tutor into assignments, providing continuous, adaptive support to students as they work through challenges. Embrace the future of learning with Archer.                    

Informations de Base sur l'Extension

Nom Archer - AI-powered math tutor Archer - AI-powered math tutor
ID ibabfmjgamhjoikjjcmhondjcadmkbag
URL Officiel https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag
Description An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.
Taille du Fichier 992 KB
Nombre d'Installations 54
Version Actuelle 1.3
Dernière Mise à Jour 2023-11-19
Date de Publication 2023-08-22
Développeur https://okarcher.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://okarcher.com
URL de la Page d'Aide https://okarcher.com/about
URL de la Page de Politique de Confidentialité https://okarcher.com/terms
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Archer - AI-powered math tutor",
    "description": "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.",
    "version": "1.3",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/src\/background.module.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "contextMenus",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.okarcher.com\/",
        "*:\/\/*.deltamath.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deltamath.com\/*"
            ],
            "js": [
                "\/vendor\/browser-polyfill.min.js",
                "\/src\/environment.js",
                "\/src\/deltamath.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icon16.png",
        "32": "\/assets\/icon32.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    }
}