Nogrunt - QA Automation

QA Automation

Что такое Nogrunt - QA Automation?

Nogrunt - QA Automation - это расширение Chrome, разработанное https://automate.nogrunt.com, и его основная функция - "QA Automation".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Nogrunt - QA Automation

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

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

                        Nogrunt is a turn key solution, that enables you to run your first automation script within 5 mins of installing this extension.

https://automate.nogrunt.com/#/LoginPage - to register and get your credentials to use the extension                    

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

Название Nogrunt - QA Automation Nogrunt - QA Automation
ID neankkcidljlljifcclgcecadeimmolp
Официальный URL https://chromewebstore.google.com/detail/nogrunt-qa-automation/neankkcidljlljifcclgcecadeimmolp
Описание QA Automation
Размер файла 128 KB
Количество установок 41
Текущая Версия 1.0.22
Последнее Обновление 2024-02-24
Дата публикации 2023-03-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://automate.nogrunt.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.nogrunt.com
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/6d671c8a-5f20-4951-90cb-3f81ff83850e
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nogrunt - QA Automation",
    "description": "QA Automation",
    "version": "1.0.22",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/autospeed.png",
        "32": ".\/images\/autospeed.png",
        "48": ".\/images\/autospeed.png",
        "128": ".\/images\/autospeed.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "foreground.js",
                "html2canvas.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/autospeed.png",
            "32": ".\/images\/autospeed.png",
            "48": ".\/images\/autospeed.png",
            "128": ".\/images\/autospeed.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": [
        "storage",
        "scripting",
        "webNavigation",
        "downloads",
        "webRequest",
        "windows",
        "tabs",
        "debugger"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}