Synthetics Formatter for Selenium IDE

Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE

Что такое Synthetics Formatter for Selenium IDE?

Synthetics Formatter for Selenium IDE - это расширение Chrome, разработанное Benedicto Tan, и его основная функция - "Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE".

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

screenshot

Скачать файл CRX расширения Synthetics Formatter for Selenium IDE

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

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

                        This plugin adds a  New Relic Synthetics export feature to the Selenium IDE supported language export.

How to use
1. Install the Selenium IDE web extension.
2. Install this web extension.
3. Start the Selenium IDE and start recording or load an existing project
4. Select the test or test suite to export.
5. Select export option this will open a dialog with New Relic Synthetics as one of the export option.                    

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

Название Synthetics Formatter for Selenium IDE Synthetics Formatter for Selenium IDE
ID agedeoibceidbaeajbehgiejlekicbfd
Официальный URL https://chromewebstore.google.com/detail/synthetics-formatter-for/agedeoibceidbaeajbehgiejlekicbfd
Описание Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE
Размер файла 106 KB
Количество установок 3,676
Текущая Версия 1.0.8
Последнее Обновление 2020-08-17
Дата публикации 2020-02-15
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Benedicto Tan
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/tanben/nrsynthetics-for-seleniumide
URL страницы помощи https://github.com/tanben/nrsynthetics-for-seleniumide/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synthetics Formatter for Selenium IDE",
    "version": "1.0.8",
    "version_name": "1.0.8",
    "description": "Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE",
    "homepage_url": "https:\/\/github.com\/tanben\/nrsynthetics-for-seleniumide",
    "icons": {
        "16": "icons\/nr16.png",
        "32": "icons\/nr32.png",
        "64": "icons\/nr64.png",
        "54": "icons\/nr56.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/content.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    }
}