testhelp

Поиск вопросов и ответов

What is testhelp?

testhelp is a Chrome extension developed by https://testhelp.link, and its main feature is "Поиск вопросов и ответов".

Extension Screenshots

screenshot

Download testhelp Extension CRX File

Download testhelp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение ищет и выдает статистику по ответам при прохождении тестов.

Правила использования:
Устанавливая это расширение вы автоматически соглашаетесь с передачей автору расширения всей вашей личной информации доступной данному расширению. При использовании этого расширения, ваши ответы так-же сохраняются, включая снимки экрана, а так-же содержимое страниц и форм, на которых вы ищете статистику с помощью данного расширения. Вы соглашаетесь с тем, что автор не несет ответственности за сохранность ваших данных и может использовать все ваши личные данные как угодно и когда угодно по своему усмотрению.

Вопросы и пожелания https://testhelp.link/about                    

Extension Basic Information

Name testhelp testhelp
ID cjkpjplnmflmkmhilpllfbnpngikigbl
Official URL https://chromewebstore.google.com/detail/testhelp/cjkpjplnmflmkmhilpllfbnpngikigbl
Description Поиск вопросов и ответов
File Size 13.63 KB
Installation Count 3,157
Current Version 3.2.2
Last Updated 2021-01-11
Publish Date 2020-04-10
Rating 3.77/5 Total 47 Ratings
Developer https://testhelp.link
Email [email protected]
Payment Type free
Extension Website https://testhelp.link/
Help Page URL https://testhelp.link/about
Privacy Policy Page URL https://testhelp.link/about
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "testhelp",
    "short_name": "testhelp.link",
    "description": "\u041f\u043e\u0438\u0441\u043a \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0438 \u043e\u0442\u0432\u0435\u0442\u043e\u0432",
    "version": "3.2.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*courses\/*\/courseware\/*",
                "*:\/\/*\/*mod\/quiz\/*",
                "*:\/\/*\/close\/students\/exam*",
                "*:\/\/*\/close\/students\/profile.asp*",
                "*:\/\/eva.vvsu.ru\/cito\/*",
                "*:\/\/miep.ru\/oroksa\/scripts\/*",
                "*:\/\/mtkm.omgtu.ru\/Materialy\/Test\/*",
                "*:\/\/olimpoks.krsk.irgups.ru\/*\/RenderView*",
                "https:\/\/app.wooflash.com\/test\/*",
                "https:\/\/b.socrative.com\/student\/*",
                "https:\/\/edu.igps.ru\/*\/testing\/*",
                "https:\/\/edu.skysmart.ru\/lesson\/homework\/*",
                "https:\/\/mathcat.info\/lk\/online\/run\/*",
                "https:\/\/metaschool.ru\/pub\/test\/*",
                "https:\/\/moeobrazovanie.ru\/online_test\/*",
                "https:\/\/moeobrazovanie.ru\/viktoriny\/*",
                "https:\/\/obrazovaka.ru\/test\/*",
                "https:\/\/onlinetestpad.com\/*",
                "https:\/\/resh.edu.ru\/subject\/lesson\/*",
                "https:\/\/sdo.rzd.ru\/lms*",
                "https:\/\/stepik.org\/lesson\/*",
                "https:\/\/test.i-exam.ru\/test.html*",
                "https:\/\/uchebnik.mos.ru\/exam\/test\/*",
                "https:\/\/videouroki.net\/*\/do\/*",
                "https:\/\/www.testw.ru\/moytestotvet.html*",
                "https:\/\/www.yaklass.ru\/TestWorkRun\/*",
                "https:\/\/www.yaklass.ru\/p\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "\u041d\u0430\u0439\u0442\u0438 \u043e\u0442\u0432\u0435\u0442"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}