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.
Archer - AI-powered math tutor क्या है?
Archer - AI-powered math tutor https://okarcher.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Archer - AI-powered math tutor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Archer - AI-powered math tutor |
ID | ibabfmjgamhjoikjjcmhondjcadmkbag |
आधिकारिक URL | https://chromewebstore.google.com/detail/archer-ai-powered-math-tu/ibabfmjgamhjoikjjcmhondjcadmkbag |
विवरण | An AI-powered, teacher-controlled math tutor that uses machine learning to elevate students at all math levels and speeds. |
फ़ाइल का आकार | 992 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-11-19 |
प्रकाशन तिथि | 2023-08-22 |
डेवलपर | https://okarcher.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://okarcher.com |
सहायता पृष्ठ URL | https://okarcher.com/about |
गोपनीयता नीति पृष्ठ URL | https://okarcher.com/terms |
समर्थित भाषाएँ | 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" } } |