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
官方網址 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
電子郵箱 [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"
    }
}