Element Recorder

Element Recorder by Tricentis Flood

Wat is Element Recorder?

Element Recorder is een Chrome-extensie ontwikkeld door https://www.flood.io, en de belangrijkste functie is "Element Recorder by Tricentis Flood".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Element Recorder

Download Element Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Element Recorder Element Recorder
ID ngccfbnakbbpfjafkkkpihkddocfcnff
Officiële URL https://chromewebstore.google.com/detail/element-recorder/ngccfbnakbbpfjafkkkpihkddocfcnff
Beschrijving Element Recorder by Tricentis Flood
Bestandsgrootte 386 KB
Aantal Installaties 144
Huidige Versie 1.8.1
Laatst Bijgewerkt 2021-03-31
Publicatiedatum 2021-01-17
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.flood.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://element.flood.io
Help Pagina-URL https://www.flood.io/support
URL van de Privacybeleid Pagina https://www.tricentis.com/legal-information/privacy-policy
Ondersteunde Talen 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"
    ]
}