Synthetics Formatter for Selenium IDE

Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE

Co to jest Synthetics Formatter for Selenium IDE?

Synthetics Formatter for Selenium IDE to rozszerzenie Chrome opracowane przez Benedicto Tan, a jego główną funkcją jest „Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Synthetics Formatter for Selenium IDE

Pobierz pliki rozszerzeń Synthetics Formatter for Selenium IDE w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Synthetics Formatter for Selenium IDE Synthetics Formatter for Selenium IDE
ID agedeoibceidbaeajbehgiejlekicbfd
Oficjalny URL https://chromewebstore.google.com/detail/synthetics-formatter-for/agedeoibceidbaeajbehgiejlekicbfd
Opis Chrome extension for incorporating New Relic Synthetics exporter for Selenium IDE
Rozmiar pliku 106 KB
Liczba instalacji 3,676
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2020-08-17
Data Publikacji 2020-02-15
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Benedicto Tan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/tanben/nrsynthetics-for-seleniumide
Adres URL Strony Pomocy https://github.com/tanben/nrsynthetics-for-seleniumide/issues
Obsługiwane Języki 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"
        ]
    }
}