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是由DataZinc开发的Chrome扩展程序,该扩展的主要功能是“This extension once enabled solves automatically most Cisco Networking Academy™ questions giving you explanation along the way.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载NetAcad Assessment AutoSolver扩展crx文件

下载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
}