Graduate AI

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

Graduate AI là gì?

Graduate AI là một tiện ích mở rộng Chrome được phát triển bởi Graduateai, và tính năng chính của nó là "GraduateAI is a Chrome extension designed to help students with their learning, exams, assignments, and quizzes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Graduate AI

Tải xuống các tệp mở rộng Graduate AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Graduate AI Graduate AI
ID iocheoomcnmljpciipgdpiampfmnghhb
URL Chính Thức https://chromewebstore.google.com/detail/graduate-ai/iocheoomcnmljpciipgdpiampfmnghhb
Mô tả GraduateAI is a Chrome extension designed to help students with their learning, exams, assignments, and quizzes
Kích Thước Tệp 320 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-05-25
Ngày Phát Hành 2023-04-10
Nhà Phát Triển Graduateai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://graduateai.study/
URL Trang Trợ Giúp https://graduateai.study/terms-and-conditions/
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}