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
        }
    ]
}