Element Recorder

Element Recorder by Tricentis Flood

Co to jest Element Recorder?

Element Recorder to rozszerzenie Chrome opracowane przez https://www.flood.io, a jego główną funkcją jest „Element Recorder by Tricentis Flood”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Element Recorder

Pobierz pliki rozszerzeń Element Recorder 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
Oficjalny URL https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
Opis Element Recorder by Tricentis Flood
Rozmiar pliku 386 KB
Liczba instalacji 144
Aktualna Wersja 1.8.1
Ostatnia Aktualizacja 2021-03-31
Data Publikacji 2021-01-17
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://www.flood.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://element.flood.io
Adres URL Strony Pomocy https://www.flood.io/support
Adres URL Strony Polityki Prywatności https://www.tricentis.com/legal-information/privacy-policy
Obsługiwane Języki 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"
    ]
}