Quiz Sniper

Quiz Sniper

Что такое Quiz Sniper?

Quiz Sniper - это расширение Chrome, разработанное quizsniperllc, и его основная функция - "Quiz Sniper".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Quiz Sniper

Скачайте файлы расширений Quiz Sniper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        AI Homework Helper | Quiz Sniper
Utilizing advanced AI to streamline learning by providing swift answers and condensed summaries for complex material, reducing search, reading, and study time on Chrome.

One Click Question Solving
With just a click, get detailed solutions to your assignment questions, helping you understand complex concepts and enhance your problem-solving skills.
Quizsniper is integrated with specialized support for Canvas and many more.

Universal Compatibility
Simply select the adjacent button to your query, and Quizsniper swiftly delivers a precise and succinct response.

Our AI assistant stands ready to assist you with guidance on your learning path
Additionally, explore our convenient RIGHT CLICK feature across any website.                    

Основная информация о расширении

Название Quiz Sniper Quiz Sniper
ID gcaapfaaihjlkjojahoammfpnjgopahg
Официальный URL https://chromewebstore.google.com/detail/quiz-sniper/gcaapfaaihjlkjojahoammfpnjgopahg
Описание Quiz Sniper
Размер файла 451 KB
Количество установок 40
Текущая Версия 1.0
Последнее Обновление 2023-10-23
Дата публикации 2023-10-21
Разработчик quizsniperllc
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://quizsniper.com
URL страницы помощи https://quizsniper.com
URL страницы политики конфиденциальности https://quizsniper.com/user/terms
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quiz Sniper",
    "version": "1.0",
    "description": "Quiz Sniper",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "http:\/\/localhost\/",
        "https:\/\/*\/",
        "*:\/\/*.google.com\/"
    ],
    "icons": {
        "128": "assets\/images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/images\/logo.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem * 'unsafe-inline'; object-src 'self';"
    }
}