Coursology

Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.

What is Coursology?

Coursology is a Chrome extension developed by https://coursology.com, and its main feature is "Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.".

Extension Screenshots

screenshot

Download Coursology Extension CRX File

Download Coursology extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Introducing Your "know-it-all" AI Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.

🚨 Snapshot Mode now supports all image based questions!

Tutors ⚡️
Upload all your course notes, presentations & textbook and watch as answers come paired with pinpointed references from your own resources!

Quiz Me 💡
Turns multiple-choice questions into an interactive pop-up that allows you to see reasoning behind why each answer choice is incorrect/correct.

Math Mode 🔢
Get step-by-step solutions to complex math problems, powered by advanced calculation tools.

Instant Solutions ✨
One click with your AI study Sidekick, and voila! Dive deep into solutions, unraveling complex concepts and boosting your brainpower!

Our button seamlessly integrates with Canvas, Blackboard, Moodle, Brightspace and many more with our TEXT SELECTION feature.

Strengthen your understanding 🧠
Confused by a step? Just have your AI Study Sidekick explain further!

Check with the best 🔎
Your AI Study Sidekick scours the web to bring you top matches from trusted sites. Compare, confirm, and conquer your assignments with confidence.

Disclaimer: Coursology is developed to support and enhance the learning experience. It's not intended to replace the traditional educational environment, but to complement it. Users are encouraged to utilize Coursology responsibly and in accordance with the academic policies of their respective educational institutions.

--------------------------------

Need a hand? 🖐
Learn more on our website or reach out with any questions you might have. We're here to help!

Privacy Policy
https://coursology.com/privacy
Terms of Service
https://coursology.com/terms                    

Extension Basic Information

Name Coursology Coursology
ID ldgogjlogbecagpdpfomiiebiaeilgpd
Official URL https://chromewebstore.google.com/detail/coursology/ldgogjlogbecagpdpfomiiebiaeilgpd
Description Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.
File Size 560 KB
Installation Count 105,645
Current Version 0.2.14
Last Updated 2024-02-15
Publish Date 2023-03-16
Rating 2.08/5 Total 144 Ratings
Developer https://coursology.com
Email [email protected]
Payment Type in_app
Extension Website https://coursology.com/
Help Page URL https://coursology.com/
Privacy Policy Page URL https://coursology.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coursology",
    "description": "Introducing your \u201cKnow-it-all\u201d Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.",
    "version": "0.2.14",
    "action": {
        "default_title": "Popup",
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "host_permissions": [
        "https:\/\/*.coursology.io\/*",
        "https:\/\/*.coursology.com\/*",
        ""
    ],
    "permissions": [
        "storage",
        "cookies",
        "contextMenus",
        "activeTab",
        ""
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-959aa3c7.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.mheducation.com\/*",
                "*:\/\/*.cengage.com\/*",
                "*:\/\/*.macmillanlearning.com\/*",
                "*:\/\/*.pearson.com\/*"
            ],
            "all_frames": true,
            "media": []
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "flags\/*.svg",
                "fonts\/*.woff2",
                "fonts\/*.woff",
                "fonts\/*.ttf",
                "fonts\/*.otf",
                "scripts\/*.js",
                "cursor.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.esm-4fdf261d.js",
                "assets\/main.tsx-6db61fa7.js"
            ],
            "use_dynamic_url": true
        }
    ]
}