Homework Solver by College Tools

Homework Solver that integrates with any website or learning management system.

ما هو Homework Solver by College Tools؟

Homework Solver by College Tools هو إضافة Chrome تم تطويرها بواسطة https://collegetools.io، والميزة الرئيسية لها هي "Homework Solver that integrates with any website or learning management system.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Homework Solver by College Tools

قم بتنزيل ملفات الامتداد Homework Solver by College Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Click, Relax & Excel: Your Stress-Free Quiz Solution

College Tools, the ultimate LMS-integrated exam assistant. Our software utilizes advanced AI algorithms to deliver accurate quiz and homework solutions with AI, giving you more time to focus on understanding the material and achieving your academic goals.

Whether you're a freshman or a senior, College Tools can help you stay on track and succeed in your academic journey with our discreet college exam Chrome extension.

Multi platform compatibility
College Tools seamlessly integrates with leading platforms including Blackboard, Canvas, McGraw Hill Connect and Smartbook, Moodle and many other websites.

Snapshot
Capture any question from any website with this feature, and receive the answer in our extension popup, making it the ultimate multiple-choice question solver.

Text Selection
Highlight any question from any website, right-click on the highlighted text and select "Ask College Tools." A popup will appear, displaying the correct answer to the question.

Explanation
Get a detailed explanation to better comprehend the underlying concepts and logic that are fundamental to the solution.

Camouflage Mode
Enable this feature to transform the look of the extension popup, blending seamlessly with the background color and text style of the webpage you're using. 

Stealth Mode
Experience complete visual discretion with this mode, as our software fully camouflages into the existing elements of the educational platform, without the appearance of our logo.

User Privacy
Our exam assistant ensures user privacy by going unnoticed on compatible platforms. All user data is anonymized at all times.

Questions Solved History
Access recently solved questions to review and revise your understanding. Plus, discover the underlying reasoning behind the answers, which can be beneficial for exam preparation.

Do Not Track
Enable this option to prevent future questions from being added to the history of solved questions on the dashboard.

Need Help?
Contact us at [email protected]

Documentation: https://docs.collegetools.io/
Terms & Conditions: https://www.collegetools.io/terms                    

معلومات أساسية عن التمديد

الاسم Homework Solver by College Tools Homework Solver by College Tools
ID iiikmhonbbmbdjfokdmmncdohjionkmf
عنوان URL الرسمي https://chromewebstore.google.com/detail/homework-solver-by-colleg/iiikmhonbbmbdjfokdmmncdohjionkmf
الوصف Homework Solver that integrates with any website or learning management system.
حجم الملف 1.19 MB
عدد التثبيتات 30,000
النسخة الحالية 2.2.5
آخر تحديث 2024-03-03
تاريخ النشر 2023-02-24
تقييم 4.30/5 مجموع تقييمات 204
المطور https://collegetools.io
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.collegetools.io
عنوان صفحة المساعدة https://docs.collegetools.io
عنوان صفحة سياسة الخصوصية https://www.collegetools.io/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Homework Solver by College Tools",
    "description": "Homework Solver that integrates with any website or learning management system.",
    "author": "collegetools.io",
    "version": "2.2.5",
    "icons": {
        "128": "enabled.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "webNavigation",
        "contextMenus"
    ],
    "commands": {
        "ct_keyboard_take_screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+1",
                "mac": "Alt+Shift+1"
            },
            "description": "Take screenshot"
        }
    },
    "host_permissions": [
        "*:\/\/www.collegetools.io\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "pages\/popup.html",
        "default_title": "College Tools"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content-styles.css"
            ],
            "js": [
                "contentscript.js",
                "jquery-3.1.1.min.js"
            ],
            "run_at": "document_idle",
            "match_about_blank": true,
            "all_frames": true
        }
    ]
}