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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}