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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}