Coursology

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

Τι είναι το Coursology;

Το Coursology είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://coursology.com, και η κύρια λειτουργία του είναι "Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Coursology

Λήψη αρχείων επέκτασης Coursology σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Coursology Coursology
ID ldgogjlogbecagpdpfomiiebiaeilgpd
Επίσημο URL https://chromewebstore.google.com/detail/coursology/ldgogjlogbecagpdpfomiiebiaeilgpd
Περιγραφή Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.
Μέγεθος Αρχείου 560 KB
Αριθμός Εγκαταστάσεων 105,645
Τρέχουσα Έκδοση 0.2.14
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2023-03-16
Αξιολόγηση 2.08/5 Συνολικά 144 Αξιολογήσεις
Προγραμματιστής https://coursology.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://coursology.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://coursology.com/
URL της Σελίδας Πολιτικής Απορρήτου https://coursology.com/privacy
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}