Aceify.ai

A study tool, reimagined.

Aceify.ai là gì?

Aceify.ai là một tiện ích mở rộng Chrome được phát triển bởi https://aceify.ai, và tính năng chính của nó là "A study tool, reimagined.".

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

screenshot
screenshot
screenshot

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

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

                        Introducing Aceify, the ultimate study companion for your online quizzes and assessments, now available as a Google Chrome extension!

Aceify is designed to support your academic journey by helping you easily collect and review question and answer information from any online quiz or assessment. You can enhance your study sessions and improve your understanding of the course material.

Aceify will help you identify areas where you need to improve and work towards mastering the subject matter. This way, you can focus on the topics that matter most to your academic success.

With Aceify, it's not about finding shortcuts - it's about empowering you to take control of your online learning and excel academically. Start boosting your study sessions and download Aceify today!

Terms and Conditions - https://aceify.ai/terms
Privacy Policy - https://aceify.ai/privacy                    

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

Tên Aceify.ai Aceify.ai
ID gholhpojkalnpdkohpdemfebhccfegnd
URL Chính Thức https://chromewebstore.google.com/detail/aceifyai/gholhpojkalnpdkohpdemfebhccfegnd
Mô tả A study tool, reimagined.
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 12,050
Phiên Bản Hiện Tại 1.62
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2023-03-26
Đánh Giá 3.94/5 Tổng số 99 Đánh Giá
Nhà Phát Triển https://aceify.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://aceify.ai
URL Trang Trợ Giúp https://aceify.ai/support
URL Trang Chính Sách Bảo Mật https://aceify.ai/privacy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aceify.ai",
    "version": "1.62",
    "description": "A study tool, reimagined.",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/aceify.ai\/",
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aceify.ai\/*"
            ],
            "js": [
                "check.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "screenshot.js"
            ]
        }
    ],
    "commands": {
        "aceify_keyboard_take_screenshot": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "MacCtrl+A"
            },
            "description": "Take screenshot"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' https:\/\/aceify.ai https:\/\/fonts.gstatic.com"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "getGood.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}