NetAcad Assessment AutoSolver

This extension once enabled solves automatically most Cisco Networking Academy™ questions giving you explanation along the way.

Что такое NetAcad Assessment AutoSolver?

NetAcad Assessment AutoSolver - это расширение Chrome, разработанное DataZinc, и его основная функция - "This extension once enabled solves automatically most Cisco Networking Academy™ questions giving you explanation along the way.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения NetAcad Assessment AutoSolver

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

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

                        NetAcad Assessment AutoSolver automatically gives answers and explanations during the CISCO CCNA Exams. It was designed to reduce the time students spend searching for question answers on the internet. The extension has various features that will make your learning experience enjoyable:

** This extension can automatically detect question and give answers and explanation
** You can select question for answer hints.
** You can disable the select for hints feature.
** You can completely stop this extension(Click icon --> Stop)

This extension *only* works on the official NetAcad Assessment website (https://www.netacad.com/).

Report bugs or help us make this even better.                    

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

Название NetAcad Assessment AutoSolver NetAcad Assessment AutoSolver
ID acngcofgnnbbkpmeedmoaihopjmepomd
Официальный URL https://chromewebstore.google.com/detail/netacad-assessment-autoso/acngcofgnnbbkpmeedmoaihopjmepomd
Описание This extension once enabled solves automatically most Cisco Networking Academy™ questions giving you explanation along the way.
Размер файла 67.7 KB
Количество установок 1,147
Текущая Версия 1.1.0
Последнее Обновление 2021-02-02
Дата публикации 2020-03-29
Рейтинг 4.20/5 Всего 5 оценок
Разработчик DataZinc
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://autosolver.xyz
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetAcad Assessment AutoSolver",
    "version": "1.1.0",
    "description": "This extension once enabled solves automatically most Cisco Networking Academy\u2122 questions giving you explanation along the way.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/assessment.netacad.net\/*"
            ],
            "js": [
                "injex.js"
            ],
            "css": [
                "injex.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}