Automation

Create automated scenarios.

Что такое Automation?

Automation - это расширение Chrome, разработанное Damien Vingrief, и его основная функция - "Create automated scenarios.".

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

screenshot

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

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

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

                        Record user's interactions on web pages with Automation extension, and automate testing scenarios.

Automation also permit to edit steps with specific actions like timer, redirect, insert of JavaScript codes, etc.

--------------

This extension is subject to sync storage quotas https://developer.chrome.com/apps/storage#properties.

Nb: Automation remains distributed "as it".                    

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

Название Automation Automation
ID jldomlpgobfdlloikpngnjbdidonfjhj
Официальный URL https://chromewebstore.google.com/detail/automation/jldomlpgobfdlloikpngnjbdidonfjhj
Описание Create automated scenarios.
Размер файла 33.59 KB
Количество установок 1,723
Текущая Версия 1.2.1
Последнее Обновление 2019-09-28
Дата публикации 2019-09-28
Рейтинг 3.00/5 Всего 8 оценок
Разработчик Damien Vingrief
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automation",
    "short_name": "Automation",
    "description": "Create automated scenarios.",
    "version": "1.2.1",
    "manifest_version": 2,
    "icons": {
        "128": "files\/img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "files\/js\/background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "files\/img\/icon128.png"
    }
}