Virtual Professor

The most advanced question answering system for students.

Cos'è Virtual Professor?

Virtual Professor è un'estensione di Chrome sviluppata da https://virtualprofessor.io, e la sua funzione principale è "The most advanced question answering system for students.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Virtual Professor

Scarica i file di estensione Virtual Professor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Virtual Professor Virtual Professor
ID oednkdncmnfbkhlpihaicgfhmeoanfje
URL Ufficiale https://chromewebstore.google.com/detail/virtual-professor/oednkdncmnfbkhlpihaicgfhmeoanfje
Descrizione The most advanced question answering system for students.
Dimensione del File 272 KB
Conteggio Installazioni 20,000
Versione Corrente 4.1.1
Ultimo Aggiornamento 2023-10-13
Data di Pubblicazione 2023-06-12
Valutazione 4.08/5 Totale 95 Valutazioni
Sviluppatore https://virtualprofessor.io
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://virtualprofessor.io
URL della Pagina della Politica sulla Privacy https://virtualprofessor.io/privacy-policy
Lingue Supportate 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"
    }
}