Virtual Professor

The most advanced question answering system for students.

Virtual Professor là gì?

Virtual Professor là một tiện ích mở rộng Chrome được phát triển bởi https://virtualprofessor.io, và tính năng chính của nó là "The most advanced question answering system for students.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Virtual Professor

Tải xuống các tệp mở rộng Virtual Professor 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

                        Work Smarter, Not Harder!

With just a simple click, you can access instant answers and explanations to all your questions. Whether you're seeking clarification on a concept or need assistance with a problem, Virtual Professor is here to provide immediate responses.

Our extension seamlessly integrates with ALL popular learning platforms, ensuring a user-friendly experience while maintaining absolute confidentiality. We pride ourselves on being completely invisible even as you work within your preferred learning platforms.


With Virtual Professor as your trusted online learning companion, you can confidently approach your coursework, knowing that you have a reliable AI-powered tool supporting you every step of the way.                    

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

Tên Virtual Professor Virtual Professor
ID oednkdncmnfbkhlpihaicgfhmeoanfje
URL Chính Thức https://chromewebstore.google.com/detail/virtual-professor/oednkdncmnfbkhlpihaicgfhmeoanfje
Mô tả The most advanced question answering system for students.
Kích Thước Tệp 272 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 4.1.1
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2023-06-12
Đánh Giá 4.08/5 Tổng số 95 Đánh Giá
Nhà Phát Triển https://virtualprofessor.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://virtualprofessor.io
URL Trang Chính Sách Bảo Mật https://virtualprofessor.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtual Professor",
    "description": "The most advanced question answering system for students.",
    "version": "4.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "vp_logo16.png",
        "48": "vp_logo48.png",
        "128": "vp_logo128.png"
    },
    "action": {
        "default_title": "Virtual Professor",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "vp_logo16.png",
            "48": "vp_logo48.png",
            "128": "vp_logo128.png"
        }
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.virtualprofessor.io\/*",
        ""
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}