Virtual Professor

The most advanced question answering system for students.

Was ist Virtual Professor?

Virtual Professor ist eine Chrome-Erweiterung, die von https://virtualprofessor.io entwickelt wurde, und ihr Hauptmerkmal ist "The most advanced question answering system for students.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Virtual Professor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Virtual Professor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Virtual Professor Virtual Professor
ID oednkdncmnfbkhlpihaicgfhmeoanfje
Offizielle URL https://chromewebstore.google.com/detail/virtual-professor/oednkdncmnfbkhlpihaicgfhmeoanfje
Beschreibung The most advanced question answering system for students.
Dateigröße 272 KB
Installationsanzahl 20,000
Aktuelle Version 4.1.1
Letztes Update 2023-10-13
Veröffentlichungsdatum 2023-06-12
Bewertung 4.08/5 Insgesamt 95 Bewertungen
Entwickler https://virtualprofessor.io
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://virtualprofessor.io
URL der Datenschutzrichtlinien-Seite https://virtualprofessor.io/privacy-policy
Unterstützte Sprachen 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"
    }
}