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.

Cos'è Archer - AI-powered math tutor?

Archer - AI-powered math tutor è un'estensione di Chrome sviluppata da https://okarcher.com, e la sua funzione principale è "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Archer - AI-powered math tutor

Scarica i file di estensione Archer - AI-powered math tutor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Archer - AI-powered math tutor Archer - AI-powered math tutor
ID ibabfmjgamhjoikjjcmhondjcadmkbag
URL Ufficiale https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag
Descrizione An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds.
Dimensione del File 992 KB
Conteggio Installazioni 54
Versione Corrente 1.3
Ultimo Aggiornamento 2023-11-19
Data di Pubblicazione 2023-08-22
Sviluppatore https://okarcher.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://okarcher.com
URL della Pagina di Aiuto https://okarcher.com/about
URL della Pagina della Politica sulla Privacy https://okarcher.com/terms
Lingue Supportate 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"
    }
}