AnswersAi

School on Easy Mode

AnswersAi là gì?

AnswersAi là một tiện ích mở rộng Chrome được phát triển bởi https://answersai.ai, và tính năng chính của nó là "School on Easy Mode".

Ả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 AnswersAi

Tải xuống các tệp mở rộng AnswersAi 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

                        ANSWERSAI is the ultimate tool for all you school needs.

Download now and meet your new virtual tutor!
 
Need Help?
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 AnswersAi AnswersAi
ID gogdaelhkjfknmbphaopmmlehbafoifb
URL Chính Thức https://chromewebstore.google.com/detail/answersai/gogdaelhkjfknmbphaopmmlehbafoifb
Mô tả School on Easy Mode
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.9.1
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2023-04-10
Đánh Giá 2.73/5 Tổng số 44 Đánh Giá
Nhà Phát Triển https://answersai.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://answersai.ai
URL Trang Trợ Giúp https://answersai.ai
URL Trang Chính Sách Bảo Mật https://answersai.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.1",
    "manifest_version": 3,
    "name": "AnswersAi",
    "description": "School on Easy Mode",
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/tinymce.min.js",
                "script.js",
                "dist\/bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "action": {
        "default_title": "AnswersAi",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}