Aceify.ai

A study tool, reimagined.

Aceify.aiคืออะไร?

Aceify.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aceify.ai และคุณลักษณะหลักของมันคือ "A study tool, reimagined."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aceify.ai

ดาวน์โหลดไฟล์ส่วนขยาย Aceify.ai ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Aceify.ai Aceify.ai
ID gholhpojkalnpdkohpdemfebhccfegnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aceifyai/gholhpojkalnpdkohpdemfebhccfegnd
คำอธิบาย A study tool, reimagined.
ขนาดไฟล์ 214 KB
จำนวนการติดตั้ง 12,050
เวอร์ชันปัจจุบัน 1.62
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2023-03-26
คะแนน 3.94/5 รวมทั้งหมด 99 คะแนน
ผู้พัฒนา https://aceify.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aceify.ai
URL หน้าช่วยเหลือ https://aceify.ai/support
URL หน้านโยบายความเป็นส่วนตัว https://aceify.ai/privacy.php
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}