Coursology

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

Vad är Coursology?

Coursology är en Chrome-tillägg utvecklad av https://coursology.com, och dess huvudfunktion är "Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.".

Tilläggsskärmbilder

screenshot

Ladda ner Coursology-förlängningens CRX-fil

Ladda ner Coursology-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Coursology Coursology
ID ldgogjlogbecagpdpfomiiebiaeilgpd
Officiell webbadress https://chromewebstore.google.com/detail/coursology/ldgogjlogbecagpdpfomiiebiaeilgpd
Beskrivning Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.
Filstorlek 560 KB
Antal Installationer 105,645
Aktuell Version 0.2.14
Senast Uppdaterad 2024-02-15
Publiceringsdatum 2023-03-16
Betyg 2.08/5 Totalt 144 Betyg
Utvecklare https://coursology.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://coursology.com/
Hjälpsida URL https://coursology.com/
URL till Sekretesspolicy Sidan https://coursology.com/privacy
Stödda Språk 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
        }
    ]
}