Element Recorder

Element Recorder by Tricentis Flood

Что такое Element Recorder?

Element Recorder - это расширение Chrome, разработанное https://www.flood.io, и его основная функция - "Element Recorder by Tricentis Flood".

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

screenshot

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

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

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

                        Element recorder makes it easy to record browser-based load tests by clicking around your application and then sending the script directly to Flood to run it as a load test.                    

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

Название Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
Официальный URL https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
Описание Element Recorder by Tricentis Flood
Размер файла 386 KB
Количество установок 144
Текущая Версия 1.8.1
Последнее Обновление 2021-03-31
Дата публикации 2021-01-17
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://www.flood.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://element.flood.io
URL страницы помощи https://www.flood.io/support
URL страницы политики конфиденциальности https://www.tricentis.com/legal-information/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Element Recorder",
    "description": "Element Recorder by Tricentis Flood",
    "version": "1.8.1",
    "browser_action": {
        "default_icon": "images\/Element-Logo.png"
    },
    "icons": {
        "64": "images\/Element-Logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "cookies"
    ],
    "web_accessible_resources": [
        "popup.html"
    ]
}