Virtual Professor

The most advanced question answering system for students.

Virtual Professor क्या है?

Virtual Professor https://virtualprofessor.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The most advanced question answering system for students."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Virtual Professor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}