Aceify.ai

A study tool, reimagined.

Qu'est-ce que Aceify.ai ?

Aceify.ai est une extension Chrome développée par https://aceify.ai, et sa fonction principale est "A study tool, reimagined.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Aceify.ai

Téléchargez les fichiers d'extension Aceify.ai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Aceify.ai Aceify.ai
ID gholhpojkalnpdkohpdemfebhccfegnd
URL Officiel https://chromewebstore.google.com/detail/aceifyai/gholhpojkalnpdkohpdemfebhccfegnd
Description A study tool, reimagined.
Taille du Fichier 214 KB
Nombre d'Installations 12,050
Version Actuelle 1.62
Dernière Mise à Jour 2024-01-30
Date de Publication 2023-03-26
Évaluation 3.94/5 Total 99 Évaluations
Développeur https://aceify.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://aceify.ai
URL de la Page d'Aide https://aceify.ai/support
URL de la Page de Politique de Confidentialité https://aceify.ai/privacy.php
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}