Aceify.ai

A study tool, reimagined.

Aceify.aiとは何ですか?

Aceify.aiはhttps://aceify.aiによって開発されたChromeの拡張機能で、その主な機能は「A study tool, reimagined.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Aceify.ai拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}