Graduate AI

GraduateAI is a Chrome extension designed to help students with their learning, exams, assignments, and quizzes

Graduate AI란 무엇입니까?

Graduate AI은(는) Graduateai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GraduateAI is a Chrome extension designed to help students with their learning, exams, assignments, and quizzes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Graduate AI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        GraduateAI is a Chrome extension designed to help students with their learning, exams, assignments, and quizzes thru subscription.

GraduateAI is the the tool that simplifies complex concepts and helps you find the answers to difficult questions with ease, making your online learning easier and more effective.

Take advantage of our custom button support for popular LMS platforms like Canvas, Blackboard, Brightspace, Moodle, and others, providing you with a smooth and hassle-free experience.

Keep your online activity private and undetected with GraduateAI’s privacy filter, which ensures that learning platforms cannot collect information about you without your consent.

Save time and get the right answers with GraduateAI ‘s advanced search algorithm, which uses sophisticated statistical analysis to scour the web and deliver accurate results tailored to your query.

Expand your learning potential with GraduateAI ‘s advanced artificial intelligence, which allows you to access detailed explanations and answers to a wide range of questions.

Should you have any questions of concerns, please free to visit our website to learn more and contact us with any questions you may have.                    

확장 프로그램 기본 정보

이름 Graduate AI Graduate AI
ID iocheoomcnmljpciipgdpiampfmnghhb
공식 URL https://chromewebstore.google.com/detail/graduate-ai/iocheoomcnmljpciipgdpiampfmnghhb
설명 GraduateAI is a Chrome extension designed to help students with their learning, exams, assignments, and quizzes
파일 크기 320 KB
설치 횟수 67
현재 버전 1.0.5
최근 업데이트 2023-05-25
출시 날짜 2023-04-10
개발자 Graduateai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://graduateai.study/
도움말 페이지 URL https://graduateai.study/terms-and-conditions/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Graduate AI",
    "version": "1.0.5",
    "description": "GraduateAI is a Chrome extension designed to help students with their learning, exams, assignments, and quizzes",
    "icons": {
        "36": "icons\/icon.png",
        "48": "icons\/icon.png",
        "72": "icons\/icon.png",
        "96": "icons\/icon.png",
        "144": "icons\/icon.png",
        "196": "icons\/icon.png",
        "512": "icons\/icon.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "GraduateAI",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/content.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/logo.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}