Course Hero: AI Study Assistant

Study smarter on any website using Course Hero's crowdsourced library.

Course Hero: AI Study Assistant là gì?

Course Hero: AI Study Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://www.coursehero.com, và tính năng chính của nó là "Study smarter on any website using Course Hero's crowdsourced library.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Course Hero: AI Study Assistant

Tải xuống các tệp mở rộng Course Hero: AI Study Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With our AI Study Assistant, you can:
📺 Solve and understand questions from any website, including Google Docs and YouTube, with the power of Course Hero's library.
📖 Summarize and get help with study questions from YouTube videos.
🎓 Search through millions of crowdsourced resources on Course Hero for your specific courses and exams.

By installing this extension, you agree to Course Hero's Terms of Use (https://www.coursehero.com/terms-of-use/) and have read our Privacy Policy (https://www.coursehero.com/privacy-policy/).

"Super helpful, especially during exam prep when teachers don't give you answer keys for mock test papers." — Biology major

"Helps save me time - getting help from expert tutors is especially great! — Business major

"My favorite part is how it links my questions to similar questions. It helps me understand the question and answer better, and also helps me practice." — Economics major                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Course Hero: AI Study Assistant Course Hero: AI Study Assistant
ID iimcimpbdndjaidollhipbkjilpnmfnh
URL Chính Thức https://chromewebstore.google.com/detail/course-hero-ai-study-assi/iimcimpbdndjaidollhipbkjilpnmfnh
Mô tả Study smarter on any website using Course Hero's crowdsourced library.
Kích Thước Tệp 1.6 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 24.02.6.0
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2017-01-03
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://www.coursehero.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.coursehero.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Course Hero: AI Study Assistant",
    "version": "24.02.6.0",
    "manifest_version": 3,
    "short_name": "Course Hero: AI Study Assistant",
    "description": "Study smarter on any website using Course Hero's crowdsourced library.",
    "homepage_url": "https:\/\/www.coursehero.com",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "img\/icon-72.png",
        "default_title": "Course Hero"
    },
    "icons": {
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.docs-contentscript.js-f29b3447-f966c177.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/content-script-loader.index-4312480b.js",
                "assets\/content-script-loader.hero-assistant.tsx-85cc8775-62bad8b0.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "exclude_matches": [
                "https:\/\/www.youtube.com\/embed\/?*",
                "https:\/\/www.youtube.com\/embed?*"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/icon-128.png",
                "img\/icon-72.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "resources": [
                "src\/assets\/js\/docs-canvas.js",
                "src\/assets\/js\/docs-contentscript.js",
                "assets\/docs-contentscript.js-f29b3447.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "resources": [
                "assets\/ch-logo-7a3afeb4.svg",
                "assets\/tutors-group-318d1e31.svg",
                "assets\/welcome-how-to-5e075899.svg",
                "assets\/actions-7bd14250.js",
                "assets\/answer-card-90f8d18f.js",
                "assets\/extension-user-450d977e.js",
                "assets\/content.styles-c725c6a1.js",
                "assets\/client-c5e0d448.js",
                "src\/pages\/content\/index.js",
                "assets\/highlight-ask-fd9c2c96.svg",
                "assets\/urls-utils-9fe366d2.js",
                "assets\/hero-assistant.tsx-85cc8775.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.coursehero.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/api.rollbar.com\/",
        "*:\/\/*\/*",
        "https:\/\/*.coursehero.com\/*"
    ],
    "permissions": [
        "cookies",
        "storage",
        "activeTab",
        "contextMenus"
    ]
}