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