Coursology

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

Coursologyとは何ですか?

Coursologyはhttps://coursology.comによって開発されたChromeの拡張機能で、その主な機能は「Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.」です。

拡張機能のスクリーンショット

screenshot

Coursology拡張機能のCRXファイルをダウンロード

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
Eメール [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
        }
    ]
}