Virtual Professor

The most advanced question answering system for students.

Virtual Professorとは何ですか?

Virtual Professorはhttps://virtualprofessor.ioによって開発されたChromeの拡張機能で、その主な機能は「The most advanced question answering system for students.」です。

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

screenshot
screenshot
screenshot
screenshot

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

Virtual Professor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Virtual Professor Virtual Professor
ID oednkdncmnfbkhlpihaicgfhmeoanfje
公式URL https://chromewebstore.google.com/detail/virtual-professor/oednkdncmnfbkhlpihaicgfhmeoanfje
説明 The most advanced question answering system for students.
ファイルサイズ 272 KB
インストール数 20,000
現在のバージョン 4.1.1
最終更新日 2023-10-13
公開日 2023-06-12
評価 4.08/5 合計 95 レビュー
開発者 https://virtualprofessor.io
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://virtualprofessor.io
プライバシーポリシーページのURL https://virtualprofessor.io/privacy-policy
対応言語 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"
    }
}